From 28258d7b3280afd22f5c494aed1a42157ed194f6 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Sat, 27 Jan 2024 23:04:34 +0100 Subject: [PATCH] moving contents now to public directory when deploying pages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7a5a70..afcdf1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ before_script: pages: script: - npx vite build - - mv dist public + - mv dist/* public artifacts: paths: # The folder that contains the files to be exposed at the Page URL