diff --git a/.github/workflows/build-notebooks.yaml b/.github/workflows/build-notebooks.yaml index c68235e..9b1abb2 100644 --- a/.github/workflows/build-notebooks.yaml +++ b/.github/workflows/build-notebooks.yaml @@ -25,8 +25,8 @@ jobs: jupytext --to ipynb --update-metadata '{"jupytext":{"cell_metadata_filter":"all"}}' solution.py jupyter nbconvert solution.ipynb --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags solution --to notebook --output exercise.ipynb - jupyter nbconvert solution.ipynb --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags task --to notebook --output solution.ipynb + jupyter nbconvert solution.ipynb --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags task --to notebook --execute --output solution.ipynb - uses: EndBug/add-and-commit@v9 with: - add: solution.ipynb exercise.ipynb \ No newline at end of file + add: solution.ipynb exercise.ipynb