mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
Update build_master.yml
This commit is contained in:
parent
28756a2a56
commit
a7c9825bde
4
.github/workflows/build_master.yml
vendored
4
.github/workflows/build_master.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user