Skip to content

fix: stop mutating response headers #10

fix: stop mutating response headers

fix: stop mutating response headers #10

Workflow file for this run

name: πŸ•Š Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: πŸ•Š Deploy
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: πŸ“₯ Install deps
uses: bahmutov/npm-install@v1
- name: πŸš€ Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}