We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25552f6 + 5482d3d commit 6992788Copy full SHA for 6992788
.github/workflows/build_master.yml
@@ -153,4 +153,9 @@ jobs:
153
run: |
154
aws s3 cp ./ads.txt s3://hacktricks-cloud/ads.txt --content-type text/plain --cache-control max-age=300
155
aws s3 cp ./ads.txt s3://hacktricks-cloud/en/ads.txt --content-type text/plain --cache-control max-age=300
156
+
157
+ - name: Upload root robots.txt
158
+ run: |
159
+ aws s3 cp ./src/robots.txt s3://hacktricks-cloud/robots.txt --content-type text/plain --cache-control max-age=300
160
+ aws s3 cp ./src/robots.txt s3://hacktricks-cloud/en/robots.txt --content-type text/plain --cache-control max-age=300
161
0 commit comments