Don't link wiki/Home.md to wiki/index.md

This commit is contained in:
Fabio Manganiello 2024-05-26 03:16:32 +02:00
parent 42174b31bc
commit 020804fd1c
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -14,7 +14,6 @@ git clone 'https://git.platypush.tech/platypush/platypush.wiki.git' wiki
echo "Linking the wiki to the Sphinx index" echo "Linking the wiki to the Sphinx index"
cd wiki cd wiki
ln -s Home.md index.md
cd "$APPDIR/docs" cd "$APPDIR/docs"
make html make html
rm -f config*.yaml rm -f config*.yaml