mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
m
This commit is contained in:
parent
1dd877750f
commit
d2b6619703
4
.github/workflows/build_master.yml
vendored
4
.github/workflows/build_master.yml
vendored
@ -37,11 +37,11 @@ jobs:
|
||||
|
||||
- name: Update searchindex.js in repo
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/hacktricks/hacktricks
|
||||
git pull
|
||||
git config --global user.email "build@example.com"
|
||||
git config --global user.name "Build master"
|
||||
git config pull.rebase false
|
||||
git config --global --add safe.directory /__w/hacktricks/hacktricks
|
||||
git pull
|
||||
cp book/searchindex.js searchindex.js
|
||||
cp book/searchindex.json searchindex.json
|
||||
git add searchindex.js searchindex.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user