mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Ignore return value of commit (not push).
This commit is contained in:
parent
195067d023
commit
2cea214e86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user