From 5482d3d6517a9910f58822f62f1ab8148543e227 Mon Sep 17 00:00:00 2001 From: chack Date: Mon, 23 Feb 2026 10:38:26 +0000 Subject: [PATCH] Upload robots.txt to S3 root --- .github/workflows/build_master.yml | 5 +++++ 1 file changed, 5 insertions(+) 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