This commit is contained in:
Ali Abdalla 2024-09-19 03:20:10 +04:00 committed by GitHub
parent b11025375e
commit e59efe5fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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