Skip to content

Commit

Permalink
ci: add docs/cli task
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 5, 2020
1 parent e44d256 commit 1ef032d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
sdk: ory/[email protected]
changelog: ory/[email protected]
nancy: ory/[email protected]
docs: ory/[email protected].4
docs: ory/[email protected].5
golangci: ory/[email protected]

jobs:
Expand Down Expand Up @@ -251,6 +251,11 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- docs/cli:
requires:
- nancy/test
- test
- golangci/lint
- docs/build:
requires:
- nancy/test
Expand Down

0 comments on commit 1ef032d

Please sign in to comment.