Skip to content

Commit

Permalink
👷 Add docs build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Feb 22, 2024
1 parent 47f2b10 commit 8ea4bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toxenv: [isort, black]
toxenv: [isort, black, docs]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ commands = black --check mozilla_django_oidc_db tests testapp docs

[testenv:docs]
basepython=python
changedir=doc
changedir=docs
skipsdist=true
extras = docs
commands=
py.test check_sphinx.py -v \
--junitxml=../reports/junit-{envname}.xml \
--tb=line \
--tb=auto \
{posargs}

0 comments on commit 8ea4bf4

Please sign in to comment.