Skip to content

Commit 4ae4b59

Browse files
author
Hermes
committed
Avoid redundant robots CloudFront invalidations
1 parent 8cb43f6 commit 4ae4b59

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)