From 4ae4b59345c5102d1d2244ad0330ac5f6a457c1c Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 19 May 2026 08:16:18 +0200 Subject: [PATCH] Avoid redundant robots CloudFront invalidations --- .github/workflows/translate_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translate_all.yml b/.github/workflows/translate_all.yml index 5a4537ca2..edc8863a9 100644 --- a/.github/workflows/translate_all.yml +++ b/.github/workflows/translate_all.yml @@ -287,4 +287,4 @@ jobs: run: | aws cloudfront create-invalidation \ --distribution-id "${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}" \ - --paths "/$BRANCH/*" "/robots.txt" "/sitemap.xml" "/$BRANCH/sitemap.xml" + --paths "/$BRANCH/*" "/sitemap.xml" "/$BRANCH/sitemap.xml"