Skip to content

Commit

Permalink
Try to build the docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Aug 3, 2023
1 parent d36538f commit 8e8808c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
env:
PY_LINT_MYPY_EXTRA_ARGS: --no-incremental

- run: mk docs
if: |
matrix.python-version == '3.11'
&& matrix.system == 'ubuntu-latest'
- run: mk python-test
env:
PY_TEST_EXTRA_ARGS: --cov-report=xml
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ htmlcov
coverage*.xml
tags
mklocal
docs
2 changes: 1 addition & 1 deletion config

0 comments on commit 8e8808c

Please sign in to comment.