DOC: fix env variable GH_TOCKEN

This commit is contained in:
François Boulogne
2015-09-18 21:24:50 -04:00
parent 5f27db9c08
commit c1559041ab
+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 --"