Merge pull request #1713 from blink1073/docs-fix-take-3

Fix Travis documentation upload
This commit is contained in:
Stefan van der Walt
2015-09-17 18:22:23 -07: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}" master:gh-pages > /dev/null 2>&1
git push --force --quiet "https://${GHTOKEN}@${GH_REF}" gh-pages > /dev/null 2>&1
)
else
echo "-- will only push docs from master --"