diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2026-06-11 08:23:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-11 08:23:37 +0200 |
| commit | 9d9d605b150dd930cea1bfbe43c29fb1162cbce8 (patch) | |
| tree | cd6bf4a9f23dad83be7cd974741b9801eff19c52 /.github/workflows/documentation.yml | |
| parent | de03f4eb1193fa993eb579e0ad948eeebdf9b13f (diff) | |
[fix] ci: use `install buildhost` script (#6105)
Diffstat (limited to '.github/workflows/documentation.yml')
| -rw-r--r-- | .github/workflows/documentation.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
