chore(travis): fix docs publish script

This commit is contained in:
Sean McArthur
2017-01-11 12:50:16 -08:00
parent 2f721c7f05
commit 0a58f7e3b5

View File

@@ -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"