chore(travis): update travis gh-pages token

This commit is contained in:
Sean McArthur
2017-01-19 18:23:19 -08:00
parent 431420138e
commit c4572121fa
2 changed files with 4 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ fi
git add -A .
git commit -m "rebuild pages at ${TRAVIS_COMMIT}"
echo
echo "Pushing docs..."
git push --quiet origin gh-pages > /dev/null 2>&1
echo
echo "Docs published."