Update build_master.yml

This commit is contained in:
SirBroccoli 2025-04-13 16:38:37 +02:00 committed by GitHub
parent 28756a2a56
commit a7c9825bde

View File

@ -37,6 +37,8 @@ jobs:
- name: Update searchindex.js in repo - name: Update searchindex.js in repo
run: | run: |
ls -la
ls -la book
git config --global --add safe.directory /__w/hacktricks/hacktricks git config --global --add safe.directory /__w/hacktricks/hacktricks
git pull git pull
git config --global user.email "build@example.com" git config --global user.email "build@example.com"
@ -58,4 +60,4 @@ jobs:
# Sync the build to S3 # Sync the build to S3
- name: Sync to S3 - name: Sync to S3
run: aws s3 sync ./book s3://hacktricks-wiki/en --delete run: aws s3 sync ./book s3://hacktricks-wiki/en --delete