Skip to content

Commit

Permalink
force push to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
joemphilips committed Jul 10, 2016
1 parent e69378c commit 8626c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circleci/publish-to-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ if [ $ret -eq 0 ] ; then
else
git commit -m "ci: publish pages at ${REVISION}"
echo "Pushing to gh-pages..."
git push origin gh-pages
git push -f origin gh-pages
fi

0 comments on commit 8626c4b

Please sign in to comment.