We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 804c894 + c76fd1c commit 5d11636Copy full SHA for 5d11636
1 file changed
.github/workflows/build_master.yml
@@ -178,4 +178,9 @@ jobs:
178
179
- name: Upload root ads.txt
180
run: aws s3 cp ./src/ads.txt s3://hacktricks-wiki/ads.txt --content-type text/plain --cache-control max-age=300
181
+
182
+ - name: Upload root robots.txt
183
+ run: |
184
+ aws s3 cp ./src/robots.txt s3://hacktricks-wiki/robots.txt --content-type text/plain --cache-control max-age=300
185
+ aws s3 cp ./src/robots.txt s3://hacktricks-wiki/en/robots.txt --content-type text/plain --cache-control max-age=300
186
0 commit comments