diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index 7f60f9f6c..145933da9 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -37,6 +37,8 @@ jobs: - name: Update searchindex.js in repo run: | + ls -la + ls -la book git config --global --add safe.directory /__w/hacktricks/hacktricks git pull git config --global user.email "build@example.com" @@ -58,4 +60,4 @@ jobs: # Sync the build to S3 - name: Sync to S3 run: aws s3 sync ./book s3://hacktricks-wiki/en --delete - \ No newline at end of file +