fix: deploy include

finxol.io 38774342 04bee52c

verified
Changed files
+1 -1
.tangled
workflows
+1 -1
.tangled/workflows/deploy.yaml
···
- name: Deploy to Deno Deploy
command: |
-
cd blog
~/.deno/bin/deployctl deploy --project finxol-blog --entrypoint jsr:@std/http/file-server --include=. --prod
···
- name: Deploy to Deno Deploy
command: |
+
cd .output/public
~/.deno/bin/deployctl deploy --project finxol-blog --entrypoint jsr:@std/http/file-server --include=. --prod