Skip to content

Address warnings, update edition and deps, etc. #12

Address warnings, update edition and deps, etc.

Address warnings, update edition and deps, etc. #12

Workflow file for this run

name: Deploy to Cloudflare Workers
on:
push:
branches:
- master
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
preCommands: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
env:
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}