From c93fd54e43e5628e5a02c1fc0943515ab59bb287 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:37:52 +1300 Subject: [PATCH] ci: Install docs/reqs (namely, furo-ys) --- .github/workflows/prepare-docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/prepare-docs.yml b/.github/workflows/prepare-docs.yml index e0388c7a3..79dfb7912 100644 --- a/.github/workflows/prepare-docs.yml +++ b/.github/workflows/prepare-docs.yml @@ -64,6 +64,11 @@ jobs: docs/source/_images docs/source/code_examples + - name: Install doc prereqs + shell: bash + run: | + make docs/reqs + - name: Test build docs shell: bash run: |