We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd73c8 commit 5bc2c7aCopy full SHA for 5bc2c7a
.github/workflows/deploy_documentation.yml
@@ -36,10 +36,10 @@ jobs:
36
python -m pip install --upgrade pip
37
pip install -r fbs_example_requirements.txt
38
39
- - name: Debug jupyter-book installation
+ - name: Generate data
40
run: |
41
- which jupyter-book || echo "no jupyter-book script on PATH"
42
- python -m pip show jupyter-book || echo "jupyter-book not installed?"
+ jupyter nbconvert --to notebook --execute generate_2DOF_example_system.ipynb --inplace
+ jupyter nbconvert --to notebook --execute generate_beam_example_system.ipynb --inplace
43
44
# Build the book
45
- name: Build the book
0 commit comments