chore(docs): fix docs.sh token usage

This commit is contained in:
Sean McArthur
2016-03-24 20:24:18 -07:00
parent cbf83a4d5a
commit c85b056cab

View File

@@ -2,7 +2,7 @@
set -o errexit set -o errexit
git clone --branch gh-pages "https://$GH_TOKEN@github.com/${TRAVIS_REPO_SLUG}.git" deploy_docs git clone --branch gh-pages "https://$TOKEN@github.com/${TRAVIS_REPO_SLUG}.git" deploy_docs
cd deploy_docs cd deploy_docs
git config user.name "Sean McArthur" git config user.name "Sean McArthur"
@@ -27,4 +27,4 @@ fi
git add -A . git add -A .
git commit -m "rebuild pages at ${TRAVIS_COMMIT}" git commit -m "rebuild pages at ${TRAVIS_COMMIT}"
git push --quiet git push --quiet origin gh-pages