mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
parent
3238b26277
commit
b808616d49
2
.github/workflows/previews-deploy.yml
vendored
2
.github/workflows/previews-deploy.yml
vendored
@ -101,6 +101,8 @@ jobs:
|
||||
mkdir scripts
|
||||
curl https://raw.githubusercontent.com/gradio-app/gradio/main/scripts/upload_demo_to_space.py -o scripts/upload_demo_to_space.py
|
||||
curl https://raw.githubusercontent.com/gradio-app/gradio/main/scripts/upload_website_demos.py -o scripts/upload_website_demos.py
|
||||
- name: make dirs
|
||||
run: mkdir -p demo/all_demos && mv demo demo/all_demos
|
||||
- name: Upload demo to spaces
|
||||
if: github.event.workflow_run.event == 'pull_request'
|
||||
id: upload-demo
|
||||
|
4
.github/workflows/storybook-deploy.yml
vendored
4
.github/workflows/storybook-deploy.yml
vendored
@ -71,6 +71,10 @@ jobs:
|
||||
permissions:
|
||||
actions: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ needs.changes.outputs.source_branch }}
|
||||
repository: ${{ needs.changes.outputs.source_repo }}
|
||||
- name: dowload storybook artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user