There was an error while loading. Please reload this page.
1 parent 345dacb commit 5965908Copy full SHA for 5965908
1 file changed
.github/workflows/site.yml
@@ -37,8 +37,6 @@ jobs:
37
run: pnpm site:build
38
39
- name: Deploy to Cloudflare Pages
40
- uses: cloudflare/wrangler-action@v3
41
- with:
42
- apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
43
- accountId: 4d01e7a919eff82eb04333f27cb9da3b
44
- command: pages deploy apps/site/dist --project-name=afilmory-site --branch=main
+ env:
+ CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
+ run: pnpm dlx wrangler@4 pages deploy apps/site/dist --project-name=afilmory-site --branch=main
0 commit comments