mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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
|
cp html/*.* $(GH_PAGES)/doc
|
||||||
cd $(GH_PAGES) && git add -A doc
|
cd $(GH_PAGES) && git add -A doc
|
||||||
cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
|
cd $(GH_PAGES) && git commit -m "Updated from commit $(TRAVIS_COMMIT)."
|
||||||
cd $(GH_PAGES) && git push
|
-cd $(GH_PAGES) && git push
|
||||||
endif
|
endif
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
|
SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -q
|
||||||
|
|
||||||
SF_USER = oliverschmidt
|
SF_USER = oliverschmidt
|
||||||
SF_HOST = frs.sourceforge.net
|
SF_HOST = frs.sourceforge.net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user