diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0f97c7b..0547ff6 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,7 +36,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: '/public' + path: 'public' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4