]> git.sur5r.net Git - cc65/blobdiff - Makefile.gh-pages
Merge pull request #127 from groessler/something_to_pull
[cc65] / Makefile.gh-pages
index 872232666a8bddb0b8edc9023583e04bdda76fff..4c6734ca64f623d8ecbb42d4784df05b8378b5e5 100644 (file)
@@ -5,9 +5,9 @@
 GH_PAGES = ../gh-pages
 
 all:
-       date +%F | zip -z cc65
+       echo $(TRAVIS_COMMIT) | zip -z cc65
 ifdef GH_TOKEN
-       git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/oliverschmidt/cc65.git $(GH_PAGES)
+       git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/cc65/cc65.git $(GH_PAGES)
        cd $(GH_PAGES) && git config user.name "Oliver Schmidt"
        cd $(GH_PAGES) && git config user.email "ol.sc@web.de"
        cd $(GH_PAGES) && git config push.default simple