Update sphinx_build_deploy.yml

add a call to update sphinx before running it to build the documentation
This commit is contained in:
srcarter3 2020-09-02 11:57:54 -06:00 committed by GitHub
parent d0125ffd52
commit 0ab8d731fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,10 @@ jobs:
sudo apt install pandoc
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Update Sphinx
run: |
pip install -U sphinx
- name: Build Sphinx documentation
run: |