diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index ae01c28..f6a8923 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -21,7 +21,7 @@ concurrency: cancel-in-progress: true jobs: - build-and-deploy-pages: + build-and-deploy-pages: runs-on: ubuntu-latest environment: name: github-pages @@ -53,7 +53,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload dist folder - path: './dist' + path: './frontend/dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4