Skip to content

Commit 7c9afd0

Browse files
committed
Allow vertical scroll bar in github html action
1 parent a10b528 commit 7c9afd0

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
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
mkdir temp
2727
cp -r fig/ temp/fig/
28-
jupyter nbconvert tutorial.ipynb --to slides
28+
jupyter nbconvert tutorial.ipynb --to slides --SlidesExporter.reveal_scroll=True
2929
mv tutorial.slides.html temp/index.html
3030
ls -R temp
3131

0 commit comments

Comments
 (0)