We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aef7bc commit 9b0dcb1Copy full SHA for 9b0dcb1
.github/workflows/deploy-website.yml
@@ -34,12 +34,7 @@ jobs:
34
run: pnpm website:build
35
36
- name: Publish to Cloudflare Pages
37
- uses: cloudflare/pages-action@1
+ uses: cloudflare/wrangler-action@v3
38
with:
39
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
40
- accountId: b09b24c345713c704e71dea8bd81f713
41
- projectName: cacheableorg
42
- branch: main
43
- directory: packages/website/dist
44
- gitHubToken: ${{ secrets.GH_TOKEN }}
45
- wranglerVersion: '3'
+ command: pages deploy packages/website/dist --project-name=cacheableorg --branch=main
0 commit comments