Skip to content

Commit

Permalink
Add CI job to ensure that the documentation builds without warnings
Browse files Browse the repository at this point in the history
This will help with issues that are being flagged as warnings by Sphinx.
  • Loading branch information
pradyunsg committed Sep 18, 2021
1 parent 992d954 commit 035bc84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ on:
- cron: 0 0 * * MON # Run every Monday at 00:00 UTC

jobs:
docs:
name: docs
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install nox
- run: nox -s docs

determine-changes:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 035bc84

Please sign in to comment.