moving contents now to public directory when deploying pages

This commit is contained in:
2024-01-27 23:04:34 +01:00
parent fe9fd54a30
commit 28258d7b32

View File

@@ -6,7 +6,7 @@ before_script:
pages: pages:
script: script:
- npx vite build - npx vite build
- mv dist public - mv dist/* public
artifacts: artifacts:
paths: paths:
# The folder that contains the files to be exposed at the Page URL # The folder that contains the files to be exposed at the Page URL