Skip to content

Commit 5400f7c

Browse files
authored
Merge pull request #288 from HackTricks-wiki/chore/drop-redundant-robots-invalidation-20260519
Avoid redundant robots CloudFront invalidations
2 parents 2439b03 + 4ae4b59 commit 5400f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/translate_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,4 @@ jobs:
287287
run: |
288288
aws cloudfront create-invalidation \
289289
--distribution-id "${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}" \
290-
--paths "/$BRANCH/*" "/robots.txt" "/sitemap.xml" "/$BRANCH/sitemap.xml"
290+
--paths "/$BRANCH/*" "/sitemap.xml" "/$BRANCH/sitemap.xml"

0 commit comments

Comments
 (0)