From 18524c9d459a9a9f8a3e166d74da235264db1cf2 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Thu, 21 Aug 2025 01:45:53 +0200 Subject: [PATCH] f --- .github/workflows/translate_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translate_all.yml b/.github/workflows/translate_all.yml index 4ab462e60..392750b47 100644 --- a/.github/workflows/translate_all.yml +++ b/.github/workflows/translate_all.yml @@ -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