We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36343f commit 8111492Copy full SHA for 8111492
3 files changed
.github/workflows/deploy-docs.yml
@@ -35,8 +35,7 @@ jobs:
35
run: pnpm turbo run build --filter=docs
36
37
- name: Deploy to Cloudflare Workers
38
- uses: cloudflare/wrangler-action@v3
39
- with:
40
- apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
41
- workingDirectory: packages/docs
42
- packageManager: pnpm
+ run: pnpm wrangler deploy
+ working-directory: packages/docs
+ env:
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
packages/docs/package.json
@@ -28,6 +28,7 @@
28
"@vitejs/plugin-react": "latest",
29
"rsc-html-stream": "^0.0.7",
30
"typescript": "catalog:",
31
- "vite": "catalog:"
+ "vite": "catalog:",
32
+ "wrangler": "^4.66.0"
33
}
34
0 commit comments