]> git.sur5r.net Git - cc65/commitdiff
Maybe rather ignore the git commit status (?)
authorOliver Schmidt <ol.sc@web.de>
Wed, 5 Feb 2014 17:49:22 +0000 (18:49 +0100)
committerOliver Schmidt <ol.sc@web.de>
Wed, 5 Feb 2014 17:49:22 +0000 (18:49 +0100)
doc/Makefile

index a600f375c1a259363f9b71e92b315b752bcf55f2..7fb0155f640aa62dc28d56cdd03b398626f4c6f5 100644 (file)
@@ -31,5 +31,5 @@ gh-pages: html
        mkdir $(GH_PAGES)/test
        cp -R ../html/* $(GH_PAGES)/test
        git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git add -A .
-       git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git commit --allow-empty -m "Updated doc from commit $(TRAVIS_COMMIT)."
+       -git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git commit -m "Updated doc from commit $(TRAVIS_COMMIT)."
        git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git push