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

Merge branch 'dillon/fix-pages-ci' into 'alpha'

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

See merge request !77
parents 79355d52 a04e9a26
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 #7601336 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