Skip to content

Commit aa219d1

Browse files
committed
The doc now lives in the 'master' branch of the 'doc' project.
1 parent d52d986 commit aa219d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.travis

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ GH_PATH = ../doc
1010

1111
gh-pages:
1212
ifdef GH_TOKEN
13-
@echo 'git clone --branch=gh-pages https://$$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)'
14-
@git clone --branch=gh-pages https://$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)
13+
@echo 'git clone https://$$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)'
14+
@git clone https://$(GH_TOKEN)@github.com/cc65/doc.git $(GH_PATH)
1515
cd $(GH_PATH) && git config user.name "$(GH_NAME)"
1616
cd $(GH_PATH) && git config user.email "$(GH_MAIL)"
1717
cd $(GH_PATH) && git config push.default simple

0 commit comments

Comments
 (0)