From f5a18f5386b959482ede27463e589b6aafa36be6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Aug 2022 13:23:11 +0530 Subject: [PATCH] We have to build docs to test building of package now --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0417da82aff..29b40b03737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,5 +131,11 @@ jobs: - name: Test kitty run: python3 .github/workflows/ci.py test + - name: Install deps for docs + run: python3 -m pip install -r docs/requirements.txt + + - name: Builds docs + run: make FAIL_WARN=1 docs + - name: Build kitty package run: python3 .github/workflows/ci.py package