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:
parent
8ec3d9268e
commit
195067d023
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user