Skip to content

feat: update readme & wording #11

feat: update readme & wording

feat: update readme & wording #11

Workflow file for this run

name: Deploy to Cloudflare Workers
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install required dependencies
run: npm install
- name: Deploy to Cloudflare Workers using Wrangler
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}