Restructure doc versions

This commit is contained in:
Griatch 2023-12-20 19:13:39 +01:00
parent efafbb6342
commit bbae01d937
2 changed files with 2 additions and 3 deletions

View file

@ -68,8 +68,7 @@ def deploy():
os.system("ls")
# symlink to latest and link its index to the root
os.system(f"ln -s {latest_version} latest")
# link latest index to the root
os.system(f"ln -s {latest_version}/index.html .")
os.system("ls")