Skip to content

Commit

Permalink
Add doc build to github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed May 19, 2020
1 parent 3a5b743 commit 3da0d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
pip install .[extra,tests,docs]
# Use headless version
pip install opencv-python-headless
- name: Build the doc
run: |
make doc
- name: Type check
run: |
make type
Expand Down

0 comments on commit 3da0d14

Please sign in to comment.