mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
fix build
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -17,4 +17,4 @@ jobs:
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
folder: build/public
|
||||
folder: dist
|
||||
|
@@ -6,7 +6,7 @@ pages:
|
||||
sh ./Scripts/Deploy.sh
|
||||
artifacts:
|
||||
paths:
|
||||
- build/public
|
||||
publish: build/public
|
||||
- dist
|
||||
publish: dist
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
|
Reference in New Issue
Block a user