Skip to content

Commit b2bf72b

Browse files
committed
Use github action to automatically update the html slides
1 parent e0ddd8e commit b2bf72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
mkdir temp
2727
cp -r fig/ temp/fig/
2828
jupyter nbconvert tutorial.ipynb --to slides --SlidesExporter.reveal_scroll=True
29-
mv tutorial.slides.html temp/index.html
29+
cp tutorial.slides.html temp/index.html
3030
ls -R temp
3131
3232
- name: Deploy

0 commit comments

Comments
 (0)