mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-04 23:57:50 +08:00
fix(ci): build docs using poetry env (#112)
This commit is contained in:
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
poetry run manim example.py ConvertExample
|
poetry run manim example.py ConvertExample
|
||||||
poetry run manim-slides convert ConvertExample docs/source/_static/slides.html -ccontrols=true
|
poetry run manim-slides convert ConvertExample docs/source/_static/slides.html -ccontrols=true
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: cd docs && make html
|
run: cd docs && poetry run make html
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user