Skip to content

Commit a041413

Browse files
committed
Updated build config.
1 parent 66ae580 commit a041413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gh-pages/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SAFE_GIT_BRANCH=`urlencode $GIT_BRANCH`
2929
echo "Current branch is $SAFE_GIT_BRANCH"
3030

3131
# now lets setup a new repo so we can update the gh-pages branch
32-
git config --global user.email "$GH_EMAIL" > /dev/null 2>&1
32+
git config --global user.email "$GH_MAIL" > /dev/null 2>&1
3333
git config --global user.name "$GH_NAME" > /dev/null 2>&1
3434

3535
# switch into the the gh-pages branch

0 commit comments

Comments
 (0)