Skip to content

Commit

Permalink
fix: training-sdk assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sdo-1A committed Oct 14, 2024
1 parent a4e3410 commit 2465196
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-showcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: ./tools/github-actions/setup
- name: build
run: yarn nx build showcase
- uses: ./tools/github-actions/upload-build-output
- name: Setup Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{
"glob": "*.json",
"input": "packages/@o3r/training-sdk/dist/structure",
"output": "/assets/@o3r/training-sdk/structure"
"output": "/assets/o3r/training-sdk/structure"
}
],
"styles": [
Expand Down
14 changes: 7 additions & 7 deletions apps/showcase/src/assets/trainings/sdk/program.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"startingFile": "apps/tutorial-app/src/app/app.component.ts",
"urls": {
".": "./shared/monorepo-template.json",
"./libs/sdk/src": "@o3r/training-sdk/structure/src.json"
"./libs/sdk/src": "o3r/training-sdk/structure/src.json"
},
"mode": "interactive",
"commands": ["npm install --legacy-peer-deps --ignore-scripts --force", "npm run ng run sdk:build", "npm run ng run tutorial-app:serve"]
Expand All @@ -36,7 +36,7 @@
"name": "sdk-specification",
"startingFile": "open-api.yaml",
"solutionUrls": {
".": "@o3r/training-sdk/structure/spec.json"
".": "o3r/training-sdk/structure/spec.json"
},
"mode": "readonly",
"commands": []
Expand All @@ -49,8 +49,8 @@
"name": "generate-sdk",
"startingFile": "src/api/dummy/dummy-api.ts",
"solutionUrls": {
"src": "@o3r/training-sdk/structure/src.json",
".": "@o3r/training-sdk/structure/spec.json"
"src": "o3r/training-sdk/structure/src.json",
".": "o3r/training-sdk/structure/spec.json"
},
"mode": "readonly",
"commands": []
Expand All @@ -63,11 +63,11 @@
"name": "generate-date-sdk",
"startingFile": "open-api.yaml",
"urls": {
".": "@o3r/training-sdk/structure/spec.json"
".": "o3r/training-sdk/structure/spec.json"
},
"solutionUrls": {
".": "@o3r/training-sdk/structure/spec.json",
"./src": "@o3r/training-sdk/structure/src.json"
".": "o3r/training-sdk/structure/spec.json",
"./src": "o3r/training-sdk/structure/src.json"
},
"mode": "readonly",
"commands": []
Expand Down

0 comments on commit 2465196

Please sign in to comment.