docfx: Use the public repo url for www-content

Otherwise, you need to have credentials, etc.
This commit is contained in:
Xavi Artigas 2019-05-16 18:06:46 +02:00
parent e5c9f5e76f
commit 05902c708a
1 changed files with 1 additions and 1 deletions

View File

@ -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