Skip to content

Commit f9d06c9

Browse files
authored
MAINT push the doc (#629)
1 parent 63e56ab commit f9d06c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- attach_workspace:
2828
at: doc/_build/html
2929
- 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
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
3535
filters:
3636
branches:
3737
ignore: gh-pages

0 commit comments

Comments
 (0)