- checkout
- test-ixfrdist-regression:
requires:
- - build-auth
-
- build-docs:
- jobs:
- - checkout
- - build-auth-docs:
- filters:
- branches:
- ignore: master
- requires:
- - checkout
- - build-recursor-docs:
- filters:
- branches:
- ignore: master
- requires:
- - checkout
- - build-dnsdist-docs:
- filters:
- branches:
- ignore: master
- requires:
- - checkout
-
- # These actually deploy
- - deploy-auth-docs:
- context: docs
- filters:
- branches:
- only: master
- requires:
- - checkout
- - deploy-recursor-docs:
- context: docs
- filters:
- branches:
- only: master
- requires:
- - checkout
- - deploy-dnsdist-docs:
- context: docs
- filters:
- branches:
- only: master
- requires:
- - checkout
+ - build-auth
\ No newline at end of file