We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54249c8 commit b44aff9Copy full SHA for b44aff9
1 file changed
.github/workflows/deploy-tutorials.yaml
@@ -12,9 +12,9 @@ jobs:
12
strategy:
13
matrix:
14
tutorial: [
15
- {name: "flixopt-tutorial-01-basics", path: "tutorials/tutorial-01-basics"},
16
- {name: "flixopt-tutorial-02-advanced", path: "tutorials/tutorial-02-advanced"},
17
- {name: "flixopt-tutorial-03-examples", path: "tutorials/tutorial-03-examples"}
+ {name: "tutorial-01-basics", path: "tutorials/tutorial-01-basics"},
+ {name: "tutorial-02-advanced", path: "tutorials/tutorial-02-advanced"},
+ {name: "tutorial-03-examples", path: "tutorials/tutorial-03-examples"}
18
]
19
20
steps:
0 commit comments