Skip to content

Commit 5d11636

Browse files
authored
Merge pull request #1937 from HackTricks-wiki/fix/robots-txt-upload
Upload robots.txt to S3 root
2 parents 804c894 + c76fd1c commit 5d11636

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build_master.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,9 @@ jobs:
178178

179179
- name: Upload root ads.txt
180180
run: aws s3 cp ./src/ads.txt s3://hacktricks-wiki/ads.txt --content-type text/plain --cache-control max-age=300
181+
182+
- name: Upload root robots.txt
183+
run: |
184+
aws s3 cp ./src/robots.txt s3://hacktricks-wiki/robots.txt --content-type text/plain --cache-control max-age=300
185+
aws s3 cp ./src/robots.txt s3://hacktricks-wiki/en/robots.txt --content-type text/plain --cache-control max-age=300
181186

0 commit comments

Comments
 (0)