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.
2 parents 932cc07 + 65abbf6 commit 8a6feffCopy full SHA for 8a6feff
scripts/update_docs.sh
@@ -31,7 +31,8 @@ git status
31
# H/T: https://github.com/dhermes
32
if [[ -n "$(git status --porcelain)" ]]; then
33
# Commit to gh-pages branch to apply changes.
34
- git config user.name "selfiebot"
+ git config --global user.email "[email protected]"
35
+ git config --global user.name "travis-ci"
36
git commit -m "Update docs after merge to master."
37
git push \
38
"https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME}" \
0 commit comments