diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9e9d349..6b495a0 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: '.' + path: './dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4