From c76fd1c3ee88e82d1abd03134a0c2d3f999f6701 Mon Sep 17 00:00:00 2001 From: chack Date: Mon, 23 Feb 2026 10:38:10 +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 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