Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- master

# Add permissions to allow deployment
permissions:
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Checkout Model Zoo
uses: actions/checkout@v3
with:
repository: Project-MONAI/model-zoo
repository: project-monai/model-zoo
path: scripts/model-zoo

- name: Setup Python and Node
Expand All @@ -44,8 +45,8 @@ jobs:
mkdir -p dist
mkdir -p dist/assets/css

# Process model data
python scripts/fetch.py
# Process model data (both model-zoo and HF models)
python scripts/process_models.py

# Build files
npm run build
Expand All @@ -68,4 +69,4 @@ jobs:
with:
folder: dist
branch: gh-pages
clean: true # Automatically remove deleted files from the deployment
clean: true # Automatically remove deleted files from the deployment
190 changes: 0 additions & 190 deletions .github/workflows/fetch.py

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/fetch.yml

This file was deleted.

1 change: 1 addition & 0 deletions model_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading