From a53291d4a5e0b7bb5c827bf61bf9dc2984d74831 Mon Sep 17 00:00:00 2001
From: Kwangjin Lee <k.lee-5@student.tudelft.nl>
Date: Thu, 22 Aug 2024 15:48:31 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3027709..597aa65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,9 +19,12 @@ build-page:
   stage: build
   script:
     - JEKYLL_ENV=production bundle exec jekyll build --destination public
+    - echo "Listing contents of public directory:"
+    - ls -R public
   artifacts:
     paths:
       - public
+    expire_in: 1 week
   rules:
     - if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH == "publish"
 
@@ -65,4 +68,4 @@ deploy-production:
         }'
   environment:
     name: production
-    url: https://mude.citg.tudelft.nl/2024/website
\ No newline at end of file
+    url: https://mude.citg.tudelft.nl/2024
\ No newline at end of file
-- 
GitLab