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 66ae580 commit a041413Copy full SHA for a041413
scripts/gh-pages/deploy.sh
@@ -29,7 +29,7 @@ SAFE_GIT_BRANCH=`urlencode $GIT_BRANCH`
29
echo "Current branch is $SAFE_GIT_BRANCH"
30
31
# 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
+git config --global user.email "$GH_MAIL" > /dev/null 2>&1
33
git config --global user.name "$GH_NAME" > /dev/null 2>&1
34
35
# switch into the the gh-pages branch
0 commit comments