1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-29 21:31:53 +00:00

Actually the '-R' flag isn't necessary.

This commit is contained in:
Oliver Schmidt 2014-02-06 12:54:53 +01:00
parent 1a4bbecaa6
commit 99ecbc60f8

View File

@ -38,7 +38,7 @@ ifdef GH_TOKEN
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config user.email "ol.sc@web.de"
$(RM) -r $(GH_PAGES)/doc
mkdir $(GH_PAGES)/doc
cp -R ../html/* $(GH_PAGES)/doc
cp ../html/* $(GH_PAGES)/doc
git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git add -A doc
-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