Skip to content

Commit 77ae7e7

Browse files
committed
Update deployment
1 parent e3dfe5d commit 77ae7e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-tutorials.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
max-parallel: 1 # Run jobs sequentially instead of parallel, until we have all tutorials in place
1314
matrix:
1415
tutorial: [
1516
{name: "tutorial-01-basics", path: "tutorials/tutorial-01-basics"},

tutorials/tutorial-01-basics/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def _(mo):
1212
1313
This notebook demonstrates how to use the flixopt framework to model a minimalistic energy system
1414
with a boiler, heat demand, and natural gas supply.
15-
THis has been updated again, again
15+
THis has been updated again, again, and again.
1616
"""
1717
)
1818
return

0 commit comments

Comments
 (0)