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 269df4f commit 6a02257Copy full SHA for 6a02257
circle.yml
@@ -60,6 +60,8 @@ jobs:
60
61
- deploy:
62
command: |
63
- if [ "${CIRCLE_BRANCH}" == "master" ]; then
+ if [ "${CIRCLE_BRANCH}" == "master" ]; then
64
+ git config --global user.email "circleci@circleci.com"
65
+ git config --global user.name "CircleCI"
66
cd docs && npm install && npm run build && npm run deploy
67
fi
0 commit comments