Skip to content

Commit

Permalink
ci: disable docs build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Feb 3, 2025
1 parent 74b6f73 commit e44709b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
uv run pytest
- name: Sphinx documentation build
if: ${{ matrix.os != 'windows-latest' }}
run: |
make docs
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit e44709b

Please sign in to comment.