Update update-docs.yml
This commit is contained in:
parent
84b4d15ea1
commit
ac37214fc6
3
.github/workflows/update-docs.yml
vendored
3
.github/workflows/update-docs.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user