This commit is contained in:
Carlos Polop
2026-02-14 13:19:13 +01:00
parent 7f51bac5af
commit 6e1f62369e
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -148,4 +148,9 @@ jobs:
# Sync the build to S3
- name: Sync to S3
run: aws s3 sync ./book s3://hacktricks-cloud/en --delete
- name: Upload root ads.txt
run: |
aws s3 cp ./ads.txt s3://hacktricks-cloud/ads.txt --content-type text/plain --cache-control max-age=300
aws s3 cp ./ads.txt s3://hacktricks-cloud/en/ads.txt --content-type text/plain --cache-control max-age=300