From 3da0d142b401051ece4fda4176250be78572551b Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Tue, 19 May 2020 10:42:47 +0200 Subject: [PATCH] Add doc build to github workflows --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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