[fix] ci: use install buildhost script (#6105)

This commit is contained in:
Ivan Gabaldon
2026-06-11 08:23:37 +02:00
committed by GitHub
parent de03f4eb11
commit 9d9d605b15
+4 -1
View File
@@ -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