From d996c653c408fa0f8b0660ae4dd276850eeb7388 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Tue, 9 May 2023 10:58:09 +0200
Subject: [PATCH] Try several branch

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b5f44c3..f0c8ee9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,9 +12,10 @@ pages:
   # only:
   #   - main
   script:
-    - NUXT_APP_BASE_URL=/wiki/ npm run generate
+    - NUXT_APP_BASE_URL=/wiki/st npm run generate
     - rm -rf public
-    - mv .output/public public
+    - mkdir -p public/st
+    - mv .output/public public/st
   artifacts:
     paths:
       # The folder that contains the files to be exposed at the Page URL
-- 
GitLab