We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8721d3f commit d931875Copy full SHA for d931875
tools/deploy.sh
@@ -4,6 +4,9 @@ set -e
4
npm run docs:build
5
cd docs/.vuepress/dist
6
7
+git config --global user.email "circleci@circleci.com"
8
+git config --global user.name "CircleCI"
9
+
10
git init
11
git add -A
12
git commit -m 'deploy'
0 commit comments