From d084b64a95bf36b52cf641fa1256379d4ccd1d2e Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 16 May 2019 18:06:46 +0200 Subject: [PATCH] docfx: Use the public repo url for www-content Otherwise, you need to have credentials, etc. --- doc/docfx/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docfx/setup.sh b/doc/docfx/setup.sh index eb15787..3cf9d60 100755 --- a/doc/docfx/setup.sh +++ b/doc/docfx/setup.sh @@ -36,7 +36,7 @@ fi # Clone whole Content site # rm -rf www-content -git clone --depth 1 git+ssh://git@git.enlightenment.org/website/www-content.git www-content +git clone --depth 1 https://git@git.enlightenment.org/website/www-content.git www-content # # Copy all pages related to C# (those inside a folder called 'csharp') to the articles folder -- 2.7.4