Skip to content

Commit aa1e739

Browse files
committed
try to fix pages release
1 parent 29fc8d8 commit aa1e739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
1818
cp -R dist/docs/documentation/ pages/documentation
1919
cp -R dist/docs/storybook/ pages
2020

21-
git config user.name "Carbon Deploy"
21+
git config user.name "carbon-bot"
22+
git config user.email "[email protected]"
2223

2324
cd pages
2425
git init

0 commit comments

Comments
 (0)