Force a gh-pages update.

This commit is contained in:
Thaddee Tyl 2014-05-30 21:17:45 +02:00
parent f0d4f72414
commit 00caf7bb12

View File

@ -14,7 +14,7 @@ deploy:
git reset HEAD~1
(git checkout -B gh-pages && \
git merge master && \
git push origin gh-pages:gh-pages) || git checkout master
git push -f origin gh-pages:gh-pages) || git checkout master
git checkout master
setup: