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