Skip to content

Commit

Permalink
Add CI job to build docs
Browse files Browse the repository at this point in the history
Since docs will be built from source, this job is to help catch any
errors e.g. introduced by someone changing pydocs who didn't try to
rebuild the docs locally
  • Loading branch information
matthewhughes934 committed Jul 29, 2021
1 parent 58758b7 commit 3219581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
flags: py${{ matrix.python-version }}
fail_ci_if_error: true
verbose: true
- name: Install docs dependencies
working-directory: docs
run: pip install --requirement requirements.txt
- name: Build docs
working-directory: docs
run: make html

0 comments on commit 3219581

Please sign in to comment.