mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Maybe rather ignore the git commit status (?)
This commit is contained in:
@@ -31,5 +31,5 @@ gh-pages: html
|
|||||||
mkdir $(GH_PAGES)/test
|
mkdir $(GH_PAGES)/test
|
||||||
cp -R ../html/* $(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 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
|
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git push
|
||||||
|
Reference in New Issue
Block a user