]> git.sur5r.net Git - cc65/blobdiff - Makefile.travis
Removed a "cc65_" prefix.
[cc65] / Makefile.travis
index 78ded63e601479cfca5b73a4cbe750b1f1dd3049..71811eacbafa30036ae53dff63b7d3c941ea63fc 100644 (file)
@@ -10,8 +10,8 @@ GH_PATH = ../doc
 
 gh-pages:
 ifdef GH_TOKEN
-       @echo 'git clone --branch=gh-pages https://$$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)'
-       @git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)
+       @echo 'git clone https://$$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)'
+       @git clone https://$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)
        cd $(GH_PATH) && git config user.name "$(GH_NAME)"
        cd $(GH_PATH) && git config user.email "$(GH_MAIL)"
        cd $(GH_PATH) && git config push.default simple
@@ -24,7 +24,7 @@ endif
 
 SF_USER = oliverschmidt
 SF_HOST = frs.sourceforge.net
-SF_FILE = /home/frs/project/cc65/cc65-snapshot-win64.zip
+SF_FILE = /home/frs/project/cc65/cc65-snapshot-win32.zip
 
 SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -q