ci: please pick it up

Changed files
+3 -2
.tangled
workflows
+3 -2
.tangled/workflows/deploy.yaml
···
when:
-
- event: ["push", "manual"]
branch: ["main"]
dependencies:
···
- name: Deploy to Deno Deploy
command: |
-
deployctl deploy --project finxol-blog --entrypoint https://deno.land/std@0.140.0/http/file_server.ts --include .output/public
···
when:
+
- event: ["push", "pull_request"]
branch: ["main"]
dependencies:
···
- name: Deploy to Deno Deploy
command: |
+
cd blog
+
deployctl deploy --project finxol-blog --entrypoint jsr:@std/http/file-server --include=. --prod