Skip to content

Commit

Permalink
rename exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Salmon committed Aug 23, 2024
1 parent 9af3ebb commit 9958eb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-notebooks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Notebooks
game: Build Notebooks
on:
push:

Expand All @@ -21,12 +21,12 @@ jobs:
- name: Build notebooks
run: |
jupyter nbconvert 01_CARE/care_solution.ipynb \
jupyter nbconvert 01_CARE/solution.ipynb \
--ClearOutputPreprocessor.enabled=True --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags solution --to notebook \
--output care_exercise.ipynb
jupyter nbconvert 02_Noise2Void/n2v_solution.ipynb \
--output exercise.ipynb
jupyter nbconvert 02_Noise2Void/solution.ipynb \
--ClearOutputPreprocessor.enabled=True --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags solution --to notebook \
--output n2v_exercise.ipynb
--output exercise.ipynb
jupyter nbconvert 03_COSDD/solution.ipynb \
--ClearOutputPreprocessor.enabled=True --TagRemovePreprocessor.enabled=True --TagRemovePreprocessor.remove_cell_tags solution --to notebook \
--output exercise.ipynb
Expand All @@ -42,4 +42,4 @@ jobs:
- uses: EndBug/add-and-commit@v9
with:
add: "*.ipynb"
add: "*.ipynb"

0 comments on commit 9958eb9

Please sign in to comment.