mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
Ignore return value of commit (not push).
This commit is contained in:
@@ -15,6 +15,6 @@ ifdef GH_TOKEN
|
|||||||
cd $(GH_PAGES) && mkdir doc
|
cd $(GH_PAGES) && mkdir doc
|
||||||
cp html/*.* $(GH_PAGES)/doc
|
cp html/*.* $(GH_PAGES)/doc
|
||||||
cd $(GH_PAGES) && git add -A doc
|
cd $(GH_PAGES) && git add -A doc
|
||||||
cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
|
-cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
|
||||||
-cd $(GH_PAGES) && git push
|
cd $(GH_PAGES) && git push
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user