We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8160413 commit 5001483Copy full SHA for 5001483
.github/workflows/build.yml
@@ -1077,13 +1077,12 @@ jobs:
1077
if-no-files-found: ignore
1078
1079
- name: Deploy Astro to Cloudflare
1080
- uses: cloudflare/pages-action@v1
+ uses: cloudflare/wrangler-action@v3
1081
if: matrix.test-application == 'cloudflare-astro'
1082
with:
1083
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
1084
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
1085
- projectName: ${{ secrets.CLOUDFLARE_PROJECT_NAME }}
1086
- directory: dist
+ command: pages deploy dist --project-name=${{ secrets.CLOUDFLARE_PROJECT_NAME }}
1087
workingDirectory: ${{ runner.temp }}/test-application
1088
1089
job_required_jobs_passed:
0 commit comments