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