Ignore return value of commit (not push).
This commit is contained in:
parent
195067d023
commit
2cea214e86
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue