]> git.sur5r.net Git - cc65/commitdiff
Keep git push happy.
authorOliver Schmidt <ol.sc@web.de>
Sat, 8 Feb 2014 21:47:24 +0000 (22:47 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sat, 8 Feb 2014 21:47:24 +0000 (22:47 +0100)
doc/Makefile

index dc6c451cf6624311335fadf505cd41367e7d9536..1e2bf435fc15c6f7276a78bd9bb6f40cacae2f0c 100644 (file)
@@ -35,6 +35,7 @@ ifdef GH_TOKEN
        git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/oliverschmidt/cc65.git $(GH_PAGES)
        git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config user.name "Oliver Schmidt"
        git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config user.email "ol.sc@web.de"
+       git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config push.default simple
        $(RM) -r $(GH_PAGES)/doc
        mkdir $(GH_PAGES)/doc
        cp ../html/* $(GH_PAGES)/doc