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