The source code for my personal website
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: deploy to production instead of staging

hanna (Mar 18, 2026, 5:53 PM EDT) ebfc3e33 a14d8357

+1 -1
+1 -1
.tangled/workflows/pages.yml
··· 20 20 - name: 'Build static website files' 21 21 command: pnpm run build 22 22 - name: 'Deploy files to cloudflare' 23 - command: pnpm run deploy 23 + command: pnpm run deploy --branch main