Merge pull request #1717 from sciunto/doctravis

DOC: fix env variable GH_TOCKEN
This commit is contained in:
Steven Silvester
2015-09-18 20:30:05 -05:00
+1 -1
View File
@@ -17,7 +17,7 @@ then
git add dev
git commit -m "Deployed to GitHub Pages"
git push --force --quiet "https://${GHTOKEN}@${GH_REF}" gh-pages
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" gh-pages
)
else
echo "-- will only push docs from master --"