From 0a58f7e3b55a4fd90c75ebc4d71a4b198c03382f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 11 Jan 2017 12:50:16 -0800 Subject: [PATCH] chore(travis): fix docs publish script --- .travis/docs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis/docs.sh b/.travis/docs.sh index 3a553ec5..01017c06 100755 --- a/.travis/docs.sh +++ b/.travis/docs.sh @@ -15,8 +15,7 @@ if [ -d ./doc ]; then cp ./doc/guide.css ./target/doc/guide/guide.css fi -git clone --branch gh-pages "git@github.com:${TRAVIS_REPO_SLUG}.git" deploy_docs > /dev/null 2>&1 -#git clone --branch gh-pages "https://$TOKEN@github.com/${TRAVIS_REPO_SLUG}.git" deploy_docs > /dev/null 2>&1 +git clone --branch gh-pages "https://$TOKEN@github.com/${TRAVIS_REPO_SLUG}.git" deploy_docs > /dev/null 2>&1 cd deploy_docs git config user.name "Sean McArthur"