Skip to content

Commit

Permalink
Update update-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace authored Dec 7, 2023
1 parent 84b4d15 commit ac37214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ jobs:
source venv/bin/activate
python -m pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
pip install -e .
cd ..
- name: Generate Docs
run: |
sudo apt-get install python3-sphinx
pip install sphinxemoji sphinx_rtd_theme recommonmark
cd docsource && make github
cd docsource && make github && cd ..
- name: Check if there are any changes
id: verify_diff
Expand Down

0 comments on commit ac37214

Please sign in to comment.