From 4a28d1e4488057f9d3b5b48ad217ad6a30a8b36b Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Tue, 9 May 2023 10:50:17 +0200
Subject: [PATCH] use root public folder to be served

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

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