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: just one step for ci

+1 -13
+1 -13
.github/workflows/build-deploy.yaml
··· 4 4 on: [push] 5 5 6 6 jobs: 7 - build: 8 - runs-on: ubuntu-latest 9 - name: Build 10 - steps: 11 - - uses: actions/checkout@v4 12 - - uses: oven-sh/setup-bun@v2 13 - - run: bun install 14 - - run: bun run build 15 - - uses: actions/upload-artifact@v4 16 - with: 17 - name: dist 18 - path: dist 19 - 20 7 deploy: 21 8 runs-on: ubuntu-latest 22 9 name: Deploy ··· 32 19 name: dist 33 20 path: dist 34 21 - run: bun install 22 + - run: bun run build 35 23 - uses: cloudflare/wrangler-action@v3 36 24 with: 37 25 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}