From 89eed9278e3c9c966de1aa0cb6467c547756c8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Oliveira?= Date: Wed, 31 Jan 2018 18:59:27 +0000 Subject: [PATCH] ci-doc-gh-pages.sh: update repository link --- ci-doc-gh-pages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-doc-gh-pages.sh b/ci-doc-gh-pages.sh index d0fa27a..fc09580 100644 --- a/ci-doc-gh-pages.sh +++ b/ci-doc-gh-pages.sh @@ -23,7 +23,7 @@ git init git config user.name "Documentation Bot" git config user.email "Bender@future.com" -git remote add upstream "https://$GH_TOKEN@github.com/PuercoPop/clx-manual-ci-test.git" +git remote add upstream "https://$GH_TOKEN@github.com/sharplispers/clx.git" git fetch upstream git reset upstream/gh-pages