From 3083fc1318c89461e0bd29f4293a209cf6006065 Mon Sep 17 00:00:00 2001 From: Iheb Boussida <iheb.boussida@stud.h-da.de> Date: Mon, 14 Oct 2024 22:15:54 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e61602..6c9832b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ pages: script: - npm install - npm run build - - cp -r dist public + - cp -r dist/* public needs: - build artifacts: -- GitLab