Skip to content

Commit

Permalink
CI: build docs via nox
Browse files Browse the repository at this point in the history
This way we don't need to update both places.

Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jan 31, 2023
1 parent bbad3e5 commit 985242f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
python-version: '3.11'
- uses: actions/checkout@v3
- run: python -m pip install .[docs]
- run: python -m sphinx -W -b html docs/ build/html/
- run: python -m pip nox
- run: nox -s docs

0 comments on commit 985242f

Please sign in to comment.