my blog https://overreacted.io

test

+16
+16
.tangled/workflows/deploy.yaml
··· 1 + engine: nixery 2 + when: 3 + - event: ["push", "pull_request"] 4 + branch: ["main"] 5 + 6 + dependencies: 7 + nixpkgs: 8 + - nodejs 9 + 10 + steps: 11 + - name: build site 12 + command: | 13 + nix develop --command bash -c 'npm run build' 14 + - name: deploy 15 + command: | 16 + npx --yes wrangler pages deploy --branch main --project-name overreacted ./out/