Skip to content

Commit 9080b7a

Browse files
Update update-modelscope-docs.yml
1 parent 8112709 commit 9080b7a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-modelscope-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- name: Install Python dependencies
3636
run: |
3737
pip install -r requirements.txt
38+
39+
- name: Generate model list
40+
run: |
41+
cd "$GITHUB_WORKSPACE"
42+
python docs/scripts/generate_model_list.py
43+
continue-on-error: true
3844

3945
- name: Download ModelScope documentation
4046
id: download

0 commit comments

Comments
 (0)