Skip to content

Commit c994049

Browse files
author
Ben Grynhaus
committed
gh-pages fix in CircleCI
1 parent b4d1957 commit c994049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
- deploy:
8080
command: |
8181
if [ "${CIRCLE_BRANCH}" == "master" ]; then
82-
git config user.name "CircleCI"
83-
git config user.email "circleci@users.noreply.github.com"
82+
git config --global user.name "CircleCI"
83+
git config --global user.email "circleci@users.noreply.github.com"
8484
8585
git clone $CIRCLE_REPOSITORY_URL out
8686

0 commit comments

Comments
 (0)