The source code for my personal website and blog. hanna.lol
blog website

ci: set wrangler log to debug

doll.sister.pet 263fd7ad fe1776f5

verified
+2 -3
+2 -3
.tangled/workflows/pages.yml
··· 5 5 branch: ['main'] 6 6 7 7 dependencies: 8 - nixpkgs/nixpkgs-unstable: ['bun'] 8 + nixpkgs/nixpkgs-unstable: ['bun', 'nodejs'] 9 9 10 10 environment: 11 11 TERM: 'dumb' 12 12 NO_COLOR: 'true' 13 + WRANGLER_LOG: 'debug' 13 14 14 15 steps: 15 16 - name: 'Install dependencies' ··· 18 19 command: bun run build 19 20 - name: 'Deploy files to cloudflare' 20 21 command: bun run deploy 21 - - name: 'Something else' 22 - command: 'echo hello world' 23 22