Skip to content
Snippets Groups Projects
Commit a04e9a26 authored by Dillon Scott Fitzgerald's avatar Dillon Scott Fitzgerald
Browse files

Fix build and pages ci rules since switching to vite -- it creates a dist...

Fix build and pages ci rules since switching to vite -- it creates a dist directory rather than a build directory for the build phase.
parent 79355d52
No related branches found
No related tags found
2 merge requests!78Patch master with CI fix from alpha,!77Fix build and pages ci rules since switching to vite -- it creates a dist...
Pipeline #7601275 passed
......@@ -37,7 +37,7 @@ build:
artifacts:
when: always
paths:
- build/
- dist/
pages:
stage: deploy
......@@ -45,7 +45,7 @@ pages:
- build
script:
- rm -r public
- mv build public
- mv dist public
artifacts:
name: $CI_PIPELINE_ID
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment