fix path for sphinx-build

This commit is contained in:
Tony031218 2021-01-24 11:44:39 +08:00
parent 14cbfc0423
commit 4494d80a4c

View file

@ -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