From 6de65832d21ee4b94a5cbc518df828249bb61922 Mon Sep 17 00:00:00 2001
From: Daniel <you@example.com>
Date: Fri, 13 Sep 2024 21:20:33 +0200
Subject: [PATCH] testing7

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24f91f5..49f860c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ pages:
   script:
     - npm run build
     - mkdir -p public
-    - build/* public/
+    - cp -r build/* public/
   artifacts:
     paths:
       # The folder that contains the files to be exposed at the Page URL
-- 
GitLab