We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb259c commit cd0abbdCopy full SHA for cd0abbd
.circleci/config.yml
@@ -14,11 +14,11 @@ jobs:
14
- run: mdbook test
15
- store_artifacts:
16
path: docs
17
- - deploy:
18
- name: If master branch, publish to GitHub Page
19
- command: |
20
- if [ "x_${CIRCLE_BRANCH}" == "x_master" ]; then
21
- git config user.name "bn-e (CircleCI)"
22
- git config user.email "bn-e@hibaridb.org"
23
- ./tools/circleci/push-to-master.sh
24
- fi
+ # - deploy:
+ # name: If master branch, publish to GitHub Page
+ # command: |
+ # if [ "x_${CIRCLE_BRANCH}" == "x_master" ]; then
+ # git config user.name "bn-e (CircleCI)"
+ # git config user.email "bn-e@hibaridb.org"
+ # ./tools/circleci/push-to-master.sh
+ # fi
0 commit comments