chore: setup Gitlab pages
parent
9722532ec2
commit
8834c45022
|
@ -190,3 +190,4 @@ dist
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
/_site/
|
/_site/
|
||||||
|
/public/
|
||||||
|
|
|
@ -12,10 +12,10 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build -- --output=public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- _site
|
- public
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == "main"
|
- if: $CI_COMMIT_BRANCH == "main"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue