Skip to content

Commit 5bc2c7a

Browse files
authored
Update deploy_documentation.yml
1 parent ffd73c8 commit 5bc2c7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
python -m pip install --upgrade pip
3737
pip install -r fbs_example_requirements.txt
3838
39-
- name: Debug jupyter-book installation
39+
- name: Generate data
4040
run: |
41-
which jupyter-book || echo "no jupyter-book script on PATH"
42-
python -m pip show jupyter-book || echo "jupyter-book not installed?"
41+
jupyter nbconvert --to notebook --execute generate_2DOF_example_system.ipynb --inplace
42+
jupyter nbconvert --to notebook --execute generate_beam_example_system.ipynb --inplace
4343
4444
# Build the book
4545
- name: Build the book

0 commit comments

Comments
 (0)