mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
fix (#9391)
This commit is contained in:
parent
b11025375e
commit
e59efe5fb2
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 --branch=${${{ needs.changes.outputs.source_branch }}#refs/heads/}
|
||||
command: pages deploy js/_website/.vercel/output/static --project-name=gradio-website --branch=${{ needs.changes.outputs.source_branch }}
|
||||
|
||||
# production
|
||||
- name: Pull Vercel Environment Information
|
||||
|
Loading…
x
Reference in New Issue
Block a user