diff --git a/scripts/circle/post-test.sh b/scripts/circle/post-test.sh index d7e07ef46a5..a6abbfc8cab 100755 --- a/scripts/circle/post-test.sh +++ b/scripts/circle/post-test.sh @@ -27,7 +27,7 @@ set +e # allows `git` commands during prepare-ghpages to fail npm run prepare-ghpages cd gh-pages -git push origin master +git push origin gh-pages cd .. npm run remove-ghpages