We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9445af1 commit bfe497fCopy full SHA for bfe497f
.github/workflows/publish.yml
@@ -38,11 +38,6 @@ jobs:
38
key: static
39
- run: npm run build
40
name: Build
41
- env:
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- NODE_OPTIONS: --max-old-space-size=4096
44
45
- CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
46
- run: npm run build:worker && npx wrangler versions upload -c ./wrangler-workers.toml
47
if: github.ref != 'refs/heads/production'
48
name: Deploy to Cloudflare Workers
0 commit comments