Skip to content

Commit

Permalink
new yaml
Browse files Browse the repository at this point in the history
git push
  • Loading branch information
rugonzs committed Jun 3, 2023
1 parent 519dff3 commit a117dce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

- name: Install requirements
run: |
pip3 install sphinx-rtd-theme
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx-rtd-theme
- name: Build docs
run: |
Expand Down

0 comments on commit a117dce

Please sign in to comment.