Skip to content
Closed

- #172

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
8 changes: 4 additions & 4 deletions .github/workflows/ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:

- if: github.ref == 'refs/heads/master'
name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: data
name: data-model-${{ matrix.MODEL_NAMES }}
path: static/mmci-cli/out/*.json
overwrite: true

Expand All @@ -103,10 +103,10 @@ jobs:
- run: npm i
- run: npm run build:web

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v7
with:
name: data
path: dist/web/data
merge-multiple: true

# todo: switch to official pages action when it's prod ready (https://github.com/actions/deploy-pages)
- name: Deploy
Expand Down
108 changes: 0 additions & 108 deletions static/mmci-cli/models/NK_GN25/NK_GN25.json

This file was deleted.

Loading
Loading