Update sphinx_build_deploy.yml

try specifying the docs/ dir when running things
This commit is contained in:
srcarter3 2020-09-02 12:14:51 -06:00 committed by GitHub
parent 7d03530107
commit 7346e5a601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r docs/requirements.txt
- name: Update Sphinx
run: |
@ -30,6 +30,7 @@ jobs:
- name: Build Sphinx documentation
run: |
cd docs
make html
- name: Deploy to gh-pages