figured it out (#10689)

This commit is contained in:
Ali Abdalla 2025-02-26 22:10:38 -08:00 committed by GitHub
parent be1844f420
commit dfda39fdba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy js/_website/.svelte-kit --project-name=gradio-website --branch=${{ needs.changes.outputs.source_branch }}
command: pages deploy js/_website/.svelte-kit/cloudflare --project-name=gradio-website --branch=${{ needs.changes.outputs.source_branch }}
# production
- name: Deploy Production Website to Cloudflare Pages
@ -81,7 +81,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy js/_website/.svelte-kit --project-name=gradio-website --branch=main
command: pages deploy js/_website/.svelte-kit/cloudflare --project-name=gradio-website --branch=main
comment-deploy-success:
uses: "./.github/workflows/comment-queue.yml"