1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-28 10:55:43 +00:00

Ignore return value of commit (not push).

This commit is contained in:
Oliver Schmidt 2014-10-30 23:21:40 +01:00
parent 195067d023
commit 2cea214e86

View File

@ -15,6 +15,6 @@ ifdef GH_TOKEN
cd $(GH_PAGES) && mkdir doc
cp html/*.* $(GH_PAGES)/doc
cd $(GH_PAGES) && git add -A doc
cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
-cd $(GH_PAGES) && git push
-cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
cd $(GH_PAGES) && git push
endif