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 29fc8d8 commit aa1e739Copy full SHA for aa1e739
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