From a52a4c4485cca0b4d5bf014ad683904961ad5d3a Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Fri, 5 Jul 2024 16:49:33 +0200
Subject: [PATCH] not; changed to dist; Hello12

---
 .gitlab-ci.yml        | 2 +-
 src/contents/Home.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 918828fe..69a973f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,6 @@ pages:
     #- mv dist public  #Ensure the output directory is renamed to public
   artifacts:
     paths:
-      - public
+      - dist
   rules:
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index 30516185..84399973 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -8,7 +8,7 @@ export function Home() {
         <div className="col">
           <h2>Wiki under construction!</h2>
           <hr />
-          Hello11
+          Hello12
         </div>
       </div>
       <div className="row">
-- 
GitLab