feat(learning): replace courses with project catalog

This commit is contained in:
2026-08-20 00:08:04 +08:00
parent 2cb8a7aef4
commit 38db1589e2
56 changed files with 1741 additions and 8725 deletions

View File

@@ -49,12 +49,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Download verified OpenMAIC player artifact
env:
LEARNING_PLAYER_ARTIFACT_URL: ${{ secrets.LEARNING_PLAYER_ARTIFACT_URL }}
LEARNING_PLAYER_ARTIFACT_SHA256: ${{ secrets.LEARNING_PLAYER_ARTIFACT_SHA256 }}
run: node scripts/download-learning-player-artifact.mjs
- name: Download uv binaries for Windows
run: pnpm run uv:download:win

View File

@@ -60,12 +60,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Download verified OpenMAIC player artifact
env:
LEARNING_PLAYER_ARTIFACT_URL: ${{ secrets.LEARNING_PLAYER_ARTIFACT_URL }}
LEARNING_PLAYER_ARTIFACT_SHA256: ${{ secrets.LEARNING_PLAYER_ARTIFACT_SHA256 }}
run: node scripts/download-learning-player-artifact.mjs
- name: Download uv binaries for macOS
if: matrix.platform == 'mac'
run: pnpm run uv:download:mac

View File

@@ -34,12 +34,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Download verified OpenMAIC player artifact
env:
LEARNING_PLAYER_ARTIFACT_URL: ${{ secrets.LEARNING_PLAYER_ARTIFACT_URL }}
LEARNING_PLAYER_ARTIFACT_SHA256: ${{ secrets.LEARNING_PLAYER_ARTIFACT_SHA256 }}
run: node scripts/download-learning-player-artifact.mjs
- name: Download uv binaries for Windows
run: pnpm run uv:download:win