From 5d3badcebc2992967bc3d4bb4b8f990acac9fc69 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 19 Oct 2020 08:51:52 +0200 Subject: [PATCH] Set latest link correctly --- docs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.sh b/docs/deploy.sh index 961f75e634..0815e06885 100644 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -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 .