mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Fix pr previews cloudflare (#9209)
* tet * add changeset * fix branch to preview --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
5878fb189c
commit
284fafb215
2
.github/workflows/website-deploy.yml
vendored
2
.github/workflows/website-deploy.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user