mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
update workflows
This commit is contained in:
parent
d047f63fa7
commit
5c60cb1cf6
5
.github/workflows/build_master.yml
vendored
5
.github/workflows/build_master.yml
vendored
@ -35,6 +35,11 @@ jobs:
|
|||||||
- name: Build mdBook
|
- 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)
|
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
|
- name: Publish search index release asset
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/translate_all.yml
vendored
2
.github/workflows/translate_all.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
- name: Update and download scripts
|
- name: Update and download scripts
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install wget -y
|
sudo apt-get install -y wget gh
|
||||||
mkdir scripts
|
mkdir scripts
|
||||||
cd 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
|
wget -O get_and_save_refs.py https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/master/scripts/get_and_save_refs.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user