From aa219d1ec7ea7c2eedf7966f12bfd1c2f0a2a559 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Tue, 18 Sep 2018 23:37:25 +0200
Subject: [PATCH] The doc now lives in the 'master' branch of the 'doc'
project.
---
Makefile.travis | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.39.5