Another fix to symlink

This commit is contained in:
Griatch 2020-06-13 01:05:49 +02:00
parent e1a2bc4a3f
commit 1c6ffb358c

View file

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