Skip to content

Commit

Permalink
tries fixing docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 29, 2024
1 parent 141e48f commit c129bc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install .
- name: Install sphinx
run: |
pip install sphinx sphinx-rtd-theme
pip install .
- name: Build docs
run: |
scripts/doc
Expand Down

0 comments on commit c129bc8

Please sign in to comment.