Fix softlink

This commit is contained in:
Griatch 2020-06-13 01:01:45 +02:00
parent 64d34fbefa
commit e1a2bc4a3f

View file

@ -19,7 +19,7 @@ mv build ..
cd ..
rm -Rf docs/*
cp -Rf build/html/versions/* docs/
ln -s docs/v1.0-dev latest
ln -s docs/v1.0-dev docs/latest
git add docs/*
git commit -a -m "Updated HTML docs"