mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Updated URL.
This commit is contained in:
@@ -7,7 +7,7 @@ GH_PAGES = ../gh-pages
|
|||||||
all:
|
all:
|
||||||
date +%F | zip -z cc65
|
date +%F | zip -z cc65
|
||||||
ifdef GH_TOKEN
|
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.name "Oliver Schmidt"
|
||||||
cd $(GH_PAGES) && git config user.email "ol.sc@web.de"
|
cd $(GH_PAGES) && git config user.email "ol.sc@web.de"
|
||||||
cd $(GH_PAGES) && git config push.default simple
|
cd $(GH_PAGES) && git config push.default simple
|
||||||
|
Reference in New Issue
Block a user