mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 20:29:24 +00:00
The doc now lives in the 'master' branch of the 'doc' project.
This commit is contained in:
parent
d52d986aca
commit
aa219d1ec7
@ -10,8 +10,8 @@ GH_PATH = ../doc
|
|||||||
|
|
||||||
gh-pages:
|
gh-pages:
|
||||||
ifdef GH_TOKEN
|
ifdef GH_TOKEN
|
||||||
@echo '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 --branch=gh-pages 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.name "$(GH_NAME)"
|
||||||
cd $(GH_PATH) && git config user.email "$(GH_MAIL)"
|
cd $(GH_PATH) && git config user.email "$(GH_MAIL)"
|
||||||
cd $(GH_PATH) && git config push.default simple
|
cd $(GH_PATH) && git config push.default simple
|
||||||
|
Loading…
Reference in New Issue
Block a user