summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b6226ffa6..00649c273a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -863,6 +863,12 @@ pages:
- tar -xf haddock.html.tar.xz -C public/doc
- tar -xf libraries.html.tar.xz -C public/doc
- tar -xf users_guide.html.tar.xz -C public/doc
+ - |
+ cat >public/index.html <<EOF
+ <!DOCTYPE HTML>
+ <meta charset="UTF-8">
+ <meta http-equiv="refresh" content="1; url=doc/">
+ EOF
- cp -f index.html public/doc
only:
- master