diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a9844a4..3f01993 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -55,7 +55,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: 'site' + path: '.' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4