Skip to content

Commit 2c22fb1

Browse files
committed
remove pages prod deploy
1 parent 71f8f31 commit 2c22fb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-production.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
name: Build
2929
env:
3030
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 }}
3631
- run: npx wrangler deploy -c ./wrangler-workers.toml
3732
name: Deploy to Cloudflare Workers
3833
env:

0 commit comments

Comments
 (0)