mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
Maybe rather ignore the git commit status (?)
This commit is contained in:
parent
a79a1469fe
commit
46d9b72d7d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user