diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5251d52..cbad4a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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