summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0d2d3f2..0f0b3d3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -717,7 +717,7 @@ build-docs:
upload-docs: build-docs
cd gh-pages ; \
git commit -am "update pages" ; \
- git push $(ORIGIN_URL) gh-pages ; \
+ git push -f $(ORIGIN_URL) gh-pages ; \
cd .. && \
rm -rf gh-pages