We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e56ab commit f9d06c9Copy full SHA for f9d06c9
.circleci/config.yml
@@ -27,11 +27,11 @@ jobs:
27
- attach_workspace:
28
at: doc/_build/html
29
- run: ls -ltrh doc/_build/html
30
- # - deploy:
31
- # command: |
32
- # if [[ "${CIRCLE_BRANCH}" =~ ^master$|^[0-9]+\.[0-9]+\.X$ ]]; then
33
- # bash ./build_tools/circle/push_doc.sh doc/_build/html
34
- # fi
+ - deploy:
+ command: |
+ if [[ "${CIRCLE_BRANCH}" =~ ^master$|^[0-9]+\.[0-9]+\.X$ ]]; then
+ bash ./build_tools/circle/push_doc.sh doc/_build/html
+ fi
35
filters:
36
branches:
37
ignore: gh-pages
0 commit comments