summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-05-16 18:06:46 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-05-16 18:06:46 +0200
commit05902c708a0c0f01eddb3d48f12dc2e5d793c165 (patch)
treec4ba8a48c9c08b58448a8a033a89b45f3bb4c5a9 /doc
parente5c9f5e76fb82a022b13bf9627cc9c00e006e685 (diff)
downloadefl-05902c708a0c0f01eddb3d48f12dc2e5d793c165.tar.gz
docfx: Use the public repo url for www-content
Otherwise, you need to have credentials, etc.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/docfx/setup.sh2
1 files changed, 1 insertions, 1 deletions
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