Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ab28df

Browse files
fix build
1 parent c62e53e commit 4ab28df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
name: deployment
3535
command: |
3636
if [ "${CIRCLE_BRANCH}" == "source-design-merge" ]; then
37+
git config --global user.email "[email protected]"
38+
git config --global user.name "Deployer"
3739
rake deploy
3840
else
3941
bundle exec jekyll build

0 commit comments

Comments
 (0)