Skip to content

Commit

Permalink
ci: Check that building documentation succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 19, 2019
1 parent 9e14acd commit 3e8fa2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@ jobs:
python tests/test_template_evaluation.py "$(Agent.BuildDirectory)/ndx-my-namespace/" "ndx-my-namespace"
displayName: 'Check files'
- bash: |
cd docs
make apidocs
make html
displayName: 'Build documentation'

0 comments on commit 3e8fa2b

Please sign in to comment.