We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b70a84 commit b4f468aCopy full SHA for b4f468a
1 file changed
scripts/deploy-docs.sh
@@ -18,7 +18,7 @@ function pushDocs () {
18
git config user.email "travis@travis-ci.org"
19
git commit -m "Updating docs for ${1}"
20
git status
21
- git push https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} HEAD:gh-pages
+ # git push https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} HEAD:gh-pages
22
else
23
echo "Nothing to commit."
24
fi
0 commit comments