mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update sphinx_build_deploy.yml
try specifying the docs/ dir when running things
This commit is contained in:
parent
7d03530107
commit
7346e5a601
1 changed files with 2 additions and 1 deletions
3
.github/workflows/sphinx_build_deploy.yml
vendored
3
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue