Skip to content

Use smaller icon for og:image (#87) #21

Use smaller icon for og:image (#87)

Use smaller icon for og:image (#87) #21

Workflow file for this run

name: deploy
on:
push:
branches: ["main"]
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 15
concurrency:
group: deploy-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.4
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun astro build
- run: bun wrangler deploy --env live
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}