Link bookmarking tool built on aproto (early alpha)

ci: try re-adding ci with deno cli upgrade

finxol.io 9ce8bd76 cba9ffe7

verified
+5 -1
+5 -1
.tangled/workflows/deploy.yaml
··· 1 1 when: 2 - - event: [""] 2 + - event: ["push"] 3 3 branch: ["main"] 4 4 5 5 dependencies: ··· 9 9 engine: "nixery" 10 10 11 11 steps: 12 + - name: Upgrade Deno to latest version 13 + command: | 14 + deno upgrade 15 + 12 16 - name: Deploy to Deno Deploy 13 17 command: | 14 18 deno deploy --org finxol --app pinboarding --prod