From 01ff33d8c5743242552f0bc49242d183210ee9db Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 2 Jul 2020 09:23:17 +0200 Subject: [PATCH] fix redirect --- .ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 2aced0f8..ee2da2b3 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -59,7 +59,7 @@ do # auto redirect file to the stable version echo '<html>\n <head>\n - <meta http-equiv="refresh" content="0; url='$PAGEURL'/'$BLADE'/stable/index.html"/>\n + <meta http-equiv="refresh" content="0; url='$PAGEURL'/'$BLADE'/stable"/>\n </head>\n <body>\n </bod>\n -- GitLab