We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa715a commit 06890ceCopy full SHA for 06890ce
.github/workflows/pages.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build animation and convert it into HTML slides
46
run: |
47
manim example.py ConvertExample
48
- manim-slides convert ConvertExample docs/source/_static/slides.html -cembedded -ccontrols=true
+ manim-slides convert ConvertExample docs/source/_static/slides.html -cembedded=true -ccontrols=true
49
- name: Build docs
50
run: cd docs && make html
51
- name: Upload artifact
0 commit comments