This commit is contained in:
carlospolop 2025-08-21 01:29:12 +02:00
parent 71e58643a8
commit 3d3333daff

View File

@ -36,6 +36,7 @@ jobs:
run: MDBOOK_BOOK__LANGUAGE=en mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && echo "" && echo "" && echo "Debug logs" && (cat hacktricks-preprocessor.log | tail -n 20) && exit 1)
- name: Update searchindex in repo (purge history, keep current on HEAD)
shell: bash
run: |
set -euo pipefail