Skip to content

Commit

Permalink
Add images in notebook slides
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-xu committed Feb 26, 2024
1 parent 2b533aa commit d78bf16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Export the notebook and Add files
run: |
mkdir temp
cp -r img/ temp/img/
jupyter nbconvert 1-neural_networks.ipynb --to slides
mv 1-neural_networks.slides.html temp/1-neural-networks.html
jupyter nbconvert 2-mnist_training.ipynb --to slides
Expand Down

0 comments on commit d78bf16

Please sign in to comment.