From 4c345666bd0cd55324148a570df9af882f82b5db Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 17 Sep 2015 20:06:25 -0500 Subject: [PATCH] gh-pages is the default target branch --- tools/deploy_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy_docs.sh b/tools/deploy_docs.sh index a1d280c8..d36aa439 100644 --- a/tools/deploy_docs.sh +++ b/tools/deploy_docs.sh @@ -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 --"