From 05902c708a0c0f01eddb3d48f12dc2e5d793c165 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 16 May 2019 18:06:46 +0200 Subject: 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(-) (limited to 'doc') diff --git a/doc/docfx/setup.sh b/doc/docfx/setup.sh index eb15787c2e..3cf9d60e3b 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 -- cgit v1.2.1