We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b533aa commit d78bf16Copy full SHA for d78bf16
.github/workflows/publish_website.yaml
@@ -25,6 +25,7 @@ jobs:
25
- name: Export the notebook and Add files
26
run: |
27
mkdir temp
28
+ cp -r img/ temp/img/
29
jupyter nbconvert 1-neural_networks.ipynb --to slides
30
mv 1-neural_networks.slides.html temp/1-neural-networks.html
31
jupyter nbconvert 2-mnist_training.ipynb --to slides
0 commit comments