From 9d9d605b150dd930cea1bfbe43c29fb1162cbce8 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Thu, 11 Jun 2026 08:23:37 +0200 Subject: [PATCH] [fix] ci: use `install buildhost` script (#6105) --- .github/workflows/documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7f702e83d..eb3d12fba 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -50,11 +50,14 @@ jobs: python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}- path: "./local/" + - name: Setup dependencies + run: sudo ./utils/searxng.sh install buildhost + - name: Setup venv run: make V=1 install - name: Build documentation - run: make V=1 docs.clean docs.html + run: make V=1 docs.html - if: github.ref_name == 'master' name: Release