mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Fixed missing target directory.
This commit is contained in:
parent
37c923815c
commit
95a401b9aa
@ -28,6 +28,7 @@ gh-pages: html
|
||||
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config user.name "Oliver Schmidt"
|
||||
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config user.email "ol.sc@web.de"
|
||||
rm -rf $(GH_PAGES)/test
|
||||
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 -m "Updated doc from commit $(TRAVIS_COMMIT)."
|
||||
|
Loading…
Reference in New Issue
Block a user