fix(ci): build docs using poetry env (#112)

This commit is contained in:
Jérome Eertmans
2023-01-30 09:27:15 +01:00
committed by GitHub
parent 4b413c1528
commit f1f98bf241

View File

@ -50,7 +50,7 @@ jobs:
poetry run manim example.py ConvertExample
poetry run manim-slides convert ConvertExample docs/source/_static/slides.html -ccontrols=true
- name: Build docs
run: cd docs && make html
run: cd docs && poetry run make html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: