update workflows

This commit is contained in:
carlospolop 2025-09-30 11:03:42 +02:00
parent d047f63fa7
commit 5c60cb1cf6
2 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,11 @@ jobs:
- name: Build mdBook
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: Install GitHub CLI
run: |
sudo apt-get update
sudo apt-get install -y gh
- name: Publish search index release asset
shell: bash
env:

View File

@ -65,7 +65,7 @@ jobs:
- name: Update and download scripts
run: |
sudo apt-get update
sudo apt-get install wget -y
sudo apt-get install -y wget gh
mkdir scripts
cd scripts
wget -O get_and_save_refs.py https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/master/scripts/get_and_save_refs.py