Skip to content

Commit

Permalink
Install Sphinx deps to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arjbingly committed Apr 23, 2024
1 parent 94c6dd9 commit 068fad6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sphinx-gitpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Deps
run: |
pip install sphinx
pip install -r src/docs/requirements.txt
- name: Sphinx Build
run: |
cd 'src/docs/'
Expand Down

0 comments on commit 068fad6

Please sign in to comment.