From c85b056cabd1bbe62340af03696810c7e155fe17 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 24 Mar 2016 20:24:18 -0700 Subject: [PATCH] chore(docs): fix docs.sh token usage --- .travis/docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/docs.sh b/.travis/docs.sh index f834ab93..62b0fa84 100755 --- a/.travis/docs.sh +++ b/.travis/docs.sh @@ -2,7 +2,7 @@ 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 git config user.name "Sean McArthur" @@ -27,4 +27,4 @@ fi git add -A . git commit -m "rebuild pages at ${TRAVIS_COMMIT}" -git push --quiet +git push --quiet origin gh-pages