Skip to content

Commit

Permalink
Fix pr previews cloudflare (#9209)
Browse files Browse the repository at this point in the history
* tet

* add changeset

* fix branch to preview

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
aliabd and gradio-pr-bot authored Aug 29, 2024
1 parent 5878fb1 commit 284fafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website
command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website --branch=${{ needs.changes.outputs.pr_number }}

# production
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 284fafb

Please sign in to comment.