Skip to content

Commit 06890ce

Browse files
committed
fix(ci): typo in keyword args
1 parent 9aa715a commit 06890ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build animation and convert it into HTML slides
4646
run: |
4747
manim example.py ConvertExample
48-
manim-slides convert ConvertExample docs/source/_static/slides.html -cembedded -ccontrols=true
48+
manim-slides convert ConvertExample docs/source/_static/slides.html -cembedded=true -ccontrols=true
4949
- name: Build docs
5050
run: cd docs && make html
5151
- name: Upload artifact

0 commit comments

Comments
 (0)