fix build

This commit is contained in:
octospacc 2024-08-31 01:06:16 +02:00
parent 89134ffb37
commit a86c3f198c
2 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/public
folder: dist

View File

@ -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