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 71f8f31 commit 2c22fb1Copy full SHA for 2c22fb1
.github/workflows/publish-production.yml
@@ -28,11 +28,6 @@ jobs:
28
name: Build
29
env:
30
NODE_OPTIONS: --max-old-space-size=4096
31
- - run: npx wrangler pages deploy --project-name cloudflare-docs dist
32
- name: Deploy to Cloudflare Pages
33
- env:
34
- CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
35
- CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
36
- run: npx wrangler deploy -c ./wrangler-workers.toml
37
name: Deploy to Cloudflare Workers
38
0 commit comments