Set correct latest symlink

This commit is contained in:
Griatch 2020-10-19 08:55:53 +02:00
parent 07c8a7b37c
commit daa8be261c

View file

@ -20,7 +20,7 @@ ls -Q | grep -v build | xargs rm -Rf
cp -Rf build/html/* .
# TODO automate this?
ln -s 1.0-dev latest
ln -s 0.9.5 latest
# docs/build is in .gitignore so will not be included
git add .