This commit is contained in:
carlospolop 2025-08-21 01:45:53 +02:00
parent 9a2b657276
commit 5d399dd082

View File

@ -124,6 +124,7 @@ jobs:
MDBOOK_BOOK__LANGUAGE=$BRANCH 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.js in repo (purge history, keep current on HEAD)
shell: bash
run: |
set -euo pipefail