diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index b7914ca7b..2693b4821 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -153,4 +153,9 @@ jobs: 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 + + - name: Upload root robots.txt + run: | + aws s3 cp ./src/robots.txt s3://hacktricks-cloud/robots.txt --content-type text/plain --cache-control max-age=300 + aws s3 cp ./src/robots.txt s3://hacktricks-cloud/en/robots.txt --content-type text/plain --cache-control max-age=300