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"