My landing page, written in Astro hayden.moe
0
fork

Configure Feed

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

fix: oops

-4
-4
.github/workflows/build-deploy.yaml
··· 13 13 steps: 14 14 - uses: actions/checkout@v4 15 15 - uses: oven-sh/setup-bun@v2 16 - - uses: actions/download-artifact@v4 17 - with: 18 - name: dist 19 - path: dist 20 16 - run: bun install 21 17 - run: bun run build 22 18 - uses: cloudflare/wrangler-action@v3