We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af05bd commit 9dfd694Copy full SHA for 9dfd694
Makefile
@@ -65,7 +65,7 @@ gh-publish:
65
rsync -a $(BUILDDIR)/.* .
66
git add `(cd $(BUILDDIR); find . -type f; cd ..)`
67
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)
+ 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)
69
git checkout $(GH_SOURCE_BRANCH)
70
71
htmlclean cleanhtml: clean html
0 commit comments