Skip to content

Commit

Permalink
ci: push gh-pages to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Mar 3, 2017
1 parent faa4907 commit 7d5d3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/circle/post-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d5d3a2

Please sign in to comment.