Skip to content

docs: update README

docs: update README #3

Workflow file for this run

name: Deploy to Cloudflare
on:
push:
branches: ['main', 'test']
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}