mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
fix path for sphinx-build
This commit is contained in:
parent
14cbfc0423
commit
4494d80a4c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
- name: Build document with Sphinx
|
- name: Build document with Sphinx
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
|
export PATH="$PATH:/home/runner/.local/bin"
|
||||||
make html
|
make html
|
||||||
|
|
||||||
- name: Deploy to GitHub pages
|
- name: Deploy to GitHub pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue