Skip to content

Commit

Permalink
Update site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andriygav authored Oct 3, 2024
1 parent 27a068d commit 39a0b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Compile Notebooks
run: |
mkdir nb
for i in sem*; do jupyter nbconvert --to html --output=$i --output-dir=nb $i/main.ipynb; done
for i in sem*; do jupyter nbconvert --to slides --output=$i --output-dir=nb $i/main.ipynb; done
for i in sem*; do jupyter nbclassic --to html --output=$i --output-dir=nb $i/main.ipynb; done
for i in sem*; do jupyter nbclassic --to slides --output=$i --output-dir=nb $i/main.ipynb; done
# install latest notebook classroom app
- name: Install Notebook-classroom
Expand Down

0 comments on commit 39a0b54

Please sign in to comment.