1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-31 11:32:00 +00:00

Minor changes to cleanup log.

This commit is contained in:
Oliver Schmidt 2014-10-30 22:43:34 +01:00
parent 8ec3d9268e
commit 195067d023
2 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ ifdef GH_TOKEN
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 push
endif

View File

@ -2,7 +2,7 @@
.SUFFIXES:
SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -q
SF_USER = oliverschmidt
SF_HOST = frs.sourceforge.net