my website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[Deno Deploy] Update .github/workflows/deploy.yml

authored by

deno-deploy[bot] and committed by
GitHub
bbcbb94f 2311a27d

+1 -1
+1 -1
.github/workflows/deploy.yml
··· 38 38 uses: denoland/deployctl@v1 39 39 with: 40 40 project: "dotio3" 41 - entrypoint: "server/entry.mjs" 41 + entrypoint: "" 42 42 root: "dist" 43 43 44 44