Skip to content

infra: add pve3 screenshot to complete the trio #39

infra: add pve3 screenshot to complete the trio

infra: add pve3 screenshot to complete the trio #39

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 }}