mirror of https://gitlab.com/octtspacc/sitoctt
fix build
This commit is contained in:
parent
89134ffb37
commit
a86c3f198c
|
@ -17,4 +17,4 @@ jobs:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
folder: build/public
|
folder: dist
|
||||||
|
|
|
@ -6,7 +6,7 @@ pages:
|
||||||
sh ./Scripts/Deploy.sh
|
sh ./Scripts/Deploy.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/public
|
- dist
|
||||||
publish: build/public
|
publish: dist
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
|
|
Loading…
Reference in New Issue