Skip to content

Commit 9dfd694

Browse files
author
Paul P.H. Wilson
committed
Force push for publish to web
1 parent 5af05bd commit 9dfd694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gh-publish:
6565
rsync -a $(BUILDDIR)/.* .
6666
git add `(cd $(BUILDDIR); find . -type f; cd ..)`
6767
rm -rf $(GH_SOURCE_DIR) $(BUILDDIR)
68-
git commit -m "Generated $(GH_PUBLISH_BRANCH) for `git log $(GH_SOURCE_BRANCH) -1 --pretty=short --abbrev-commit`" && git push $(GH_UPSTREAM_REPO) $(GH_PUBLISH_BRANCH)
68+
git commit -m "Generated $(GH_PUBLISH_BRANCH) for `git log $(GH_SOURCE_BRANCH) -1 --pretty=short --abbrev-commit`" && git push -f $(GH_UPSTREAM_REPO) $(GH_PUBLISH_BRANCH)
6969
git checkout $(GH_SOURCE_BRANCH)
7070

7171
htmlclean cleanhtml: clean html

0 commit comments

Comments
 (0)