mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Ci docs (#9040)
* update docs * fix things and add cos * asd * asd * asd
This commit is contained in:
parent
6ec704db31
commit
5403c58b61
2
.github/workflows/previews-build.yml
vendored
2
.github/workflows/previews-build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
name: "previews-build"
|
||||
runs-on: ubuntu-22.04
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'true' || (github.ref_name == 'main' && github.repository == 'gradio-app/gradio')
|
||||
if: needs.changes.outputs.should_run == 'true' || github.event_name == 'workflow_dispatch'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install dependencies
|
||||
|
2
.github/workflows/previews-deploy.yml
vendored
2
.github/workflows/previews-deploy.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
space_url: ${{ steps.upload-demo.outputs.SPACE_URL }}
|
||||
js_tarball_url: ${{ steps.upload_js_tarball.outputs.js_tarball_url }}
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.should_run == 'true' }}
|
||||
if: ${{ needs.changes.outputs.should_run == 'true'|| github.event.workflow_run.event == 'workflow_dispatch' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user