X-Git-Url: https://git.sur5r.net/?p=cc65;a=blobdiff_plain;f=Makefile.travis;h=71811eacbafa30036ae53dff63b7d3c941ea63fc;hp=4c0f688f82969396473d7a5d3facdc391a54454a;hb=60e40c854cc6d7d8d181a66714b8f7b8bfb58e0e;hpb=a8d3b83c43e79702a41b0049d65ea51e62dacf09 diff --git a/Makefile.travis b/Makefile.travis index 4c0f688f8..71811eacb 100644 --- a/Makefile.travis +++ b/Makefile.travis @@ -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