Add doc build to github workflows

This commit is contained in:
Antonin RAFFIN 2020-05-19 10:42:47 +02:00
parent 3a5b743760
commit 3da0d142b4

View file

@ -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