mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Ci docs (#9047)
* update docs * fix things and add cos * asd * asd * asd * asd * tweaks * tweaks
This commit is contained in:
parent
6ace52fb16
commit
252f03ad4e
2
.github/workflows/website-deploy.yml
vendored
2
.github/workflows/website-deploy.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
name: "website-deploy"
|
||||
runs-on: ubuntu-latest
|
||||
needs: changes
|
||||
if: github.event.workflow_run.conclusion == 'success' && needs.changes.outputs.should_run == 'true'
|
||||
if: github.event.workflow_run.conclusion == 'success' && (needs.changes.outputs.should_run == 'true' || github.event.workflow_run.event == 'push')
|
||||
permissions:
|
||||
actions: read
|
||||
outputs:
|
||||
|
Loading…
Reference in New Issue
Block a user