Skip to content

Commit 9b0dcb1

Browse files
committed
Update deploy-website.yml
1 parent 3aef7bc commit 9b0dcb1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ jobs:
3434
run: pnpm website:build
3535

3636
- name: Publish to Cloudflare Pages
37-
uses: cloudflare/pages-action@1
37+
uses: cloudflare/wrangler-action@v3
3838
with:
3939
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'
40+
command: pages deploy packages/website/dist --project-name=cacheableorg --branch=main

0 commit comments

Comments
 (0)