diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 5862004..623b335 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -35,7 +35,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: "/dist/" + path: "dist/" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4