gh-pages is the default target branch

This commit is contained in:
Steven Silvester
2015-09-17 20:06:25 -05:00
parent f6b03f4d86
commit 4c345666bd
+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 --"