Skip to content

Commit d931875

Browse files
committed
Set Git identity on deploy
1 parent 8721d3f commit d931875

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/deploy.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -e
44
npm run docs:build
55
cd docs/.vuepress/dist
66

7+
git config --global user.email "circleci@circleci.com"
8+
git config --global user.name "CircleCI"
9+
710
git init
811
git add -A
912
git commit -m 'deploy'

0 commit comments

Comments
 (0)