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
ee3800ac bbcbb94f

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