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 - name: Deploy
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
with: with:
folder: build/public folder: dist

View File

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