From 677df9a9d0cfe2f5adae485090d691035bc84058 Mon Sep 17 00:00:00 2001 From: smiley Date: Wed, 16 Oct 2024 12:25:18 +0200 Subject: [PATCH] :octocat: fix for CI fix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd9d82cf9..5ded5c511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,6 +132,9 @@ jobs: if: github.ref_name == 'main' runs-on: ubuntu-latest + env: + SPHINXBUILD: ci-venv/bin/sphinx-build + steps: - name: "Checkout sources" uses: actions/checkout@v4