Skip to content

Commit 6a02257

Browse files
authored
fix(deploy:docs): hotfix for docs git commit
1 parent 269df4f commit 6a02257

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: circle.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060

6161
- deploy:
6262
command: |
63-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
63+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
64+
git config --global user.email "[email protected]"
65+
git config --global user.name "CircleCI"
6466
cd docs && npm install && npm run build && npm run deploy
6567
fi

0 commit comments

Comments
 (0)