Skip to content

Commit

Permalink
Also build docs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Apr 12, 2024
1 parent f94cc4f commit 29578a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
- uses: actions/checkout@v4
- run: python -m pip install psycopg isort==5.13.2
- run: isort --diff --check .

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v4
- run: python -m pip install -r docs/requirements.txt
- run: cd docs/ && make html && make spelling
tests:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 29578a8

Please sign in to comment.