Skip to content

Commit d78bf16

Browse files
committed
Add images in notebook slides
1 parent 2b533aa commit d78bf16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_website.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Export the notebook and Add files
2626
run: |
2727
mkdir temp
28+
cp -r img/ temp/img/
2829
jupyter nbconvert 1-neural_networks.ipynb --to slides
2930
mv 1-neural_networks.slides.html temp/1-neural-networks.html
3031
jupyter nbconvert 2-mnist_training.ipynb --to slides

0 commit comments

Comments
 (0)