From d03c82c4c313155cb3d1118bdd26f34b33e7f1ce Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 21 Jun 2024 13:51:51 -0400 Subject: [PATCH] .gitlab-ci: symbolic link between index.en.html and index.html --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e21bef2..a50cd76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ test: stage: test script: - ikiwiki --setup ikiwiki.setup + - ln -s index.en.html public/index.html rules: - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH tags: @@ -14,6 +15,7 @@ pages: stage: deploy script: - ikiwiki --setup ikiwiki.setup + - ln -s index.en.html public/index.html artifacts: paths: - public