mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
Updated URL.
This commit is contained in:
parent
2cc4ff465f
commit
a0216473d5
@ -7,7 +7,7 @@ GH_PAGES = ../gh-pages
|
||||
all:
|
||||
date +%F | 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
|
||||
|
Loading…
Reference in New Issue
Block a user