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.
2 parents 4894ad6 + 82456e6 commit 3a96f4cCopy full SHA for 3a96f4c
scripts/deploy.sh
@@ -18,7 +18,8 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
18
cp -R dist/docs/documentation/ pages/documentation
19
cp -R dist/docs/storybook/ pages
20
21
- git config user.name "Carbon Deploy"
+ git config user.name "carbon-bot"
22
+ git config user.email "[email protected]"
23
24
cd pages
25
git init
0 commit comments