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: update ci

+1 -2
+1 -2
.github/workflows/build-deploy.yaml
··· 32 32 name: dist 33 33 path: dist 34 34 - run: bun install 35 - - run: bun run build 36 35 - uses: cloudflare/wrangler-action@v3 37 36 with: 38 37 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 39 38 accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} 40 - command: pages deploy ./dist/client 39 + command: deploy 41 40 gitHubToken: ${{ secrets.GITHUB_TOKEN }}