Update update-docs.yml

This commit is contained in:
Ace 2023-12-07 22:16:19 +01:00 committed by GitHub
parent 84b4d15ea1
commit ac37214fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ jobs:
source venv/bin/activate source venv/bin/activate
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install wheel pip install wheel
pip install -r requirements.txt
pip install -e . pip install -e .
cd .. cd ..
@ -34,7 +35,7 @@ jobs:
run: | run: |
sudo apt-get install python3-sphinx sudo apt-get install python3-sphinx
pip install sphinxemoji sphinx_rtd_theme recommonmark pip install sphinxemoji sphinx_rtd_theme recommonmark
cd docsource && make github cd docsource && make github && cd ..
- name: Check if there are any changes - name: Check if there are any changes
id: verify_diff id: verify_diff