Skip to content

infra: redistribute screenshots + convert homepage PNG to WebP #36

infra: redistribute screenshots + convert homepage PNG to WebP

infra: redistribute screenshots + convert homepage PNG to WebP #36

Workflow file for this run

name: Deploy to Cloudflare Workers
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run build
- run: npx wrangler deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}