Skip to content

Commit b4f468a

Browse files
committed
debugging
1 parent 7b70a84 commit b4f468a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function pushDocs () {
1818
git config user.email "travis@travis-ci.org"
1919
git commit -m "Updating docs for ${1}"
2020
git status
21-
git push https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} HEAD:gh-pages
21+
# git push https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} HEAD:gh-pages
2222
else
2323
echo "Nothing to commit."
2424
fi

0 commit comments

Comments
 (0)