From 1c6ffb358c4f108445f45e3dd5f6dbdfe7ef2b7f Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 13 Jun 2020 01:05:49 +0200 Subject: [PATCH] Another fix to symlink --- docs/deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/deploy.sh b/docs/deploy.sh index ac9eda567e..96a3988953 100644 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -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"