mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
fix workflow (#9100)
This commit is contained in:
parent
87e3537342
commit
15a690fa96
2
.github/workflows/previews-deploy.yml
vendored
2
.github/workflows/previews-deploy.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
||||
id: upload-website-demos
|
||||
run: |
|
||||
python scripts/upload_website_demos.py --AUTH_TOKEN ${{ secrets.WEBSITE_SPACES_DEPLOY_TOKEN }} \
|
||||
--WHEEL_URL https://gradio-builds.s3.amazonaws.com/${{ needs.changes.outputs.sha }}/ \
|
||||
--WHEEL_URL https://gradio-pypi-previews.s3.amazonaws.com/${{ needs.changes.outputs.sha }}/ \
|
||||
--CLIENT_URL "gradio-client @ git+https://github.com/gradio-app/gradio@${{ needs.changes.outputs.sha }}#subdirectory=client/python" \
|
||||
--GRADIO_VERSION ${{ needs.changes.outputs.gradio_version }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user