docfx: Use the public repo url for www-content
authorXavi Artigas <xavierartigas@yahoo.es>
Thu, 16 May 2019 16:06:46 +0000 (18:06 +0200)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:51 +0000 (17:17 +0900)
Otherwise, you need to have credentials, etc.

doc/docfx/setup.sh

index eb15787..3cf9d60 100755 (executable)
@@ -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