From 9a5e95cf3de3202dd106d29f301736801dd14bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Ramette?= Date: Mon, 18 Mar 2024 21:49:21 +0100 Subject: [PATCH] fix CloudFront invalidation directive in publish.yml GitHub action file (#2456) --- docs/content/documentation/deployment/aws-s3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/deployment/aws-s3.md b/docs/content/documentation/deployment/aws-s3.md index d3edcbe817..6a6cac55d8 100644 --- a/docs/content/documentation/deployment/aws-s3.md +++ b/docs/content/documentation/deployment/aws-s3.md @@ -89,7 +89,7 @@ jobs: bucket-region: us-east-1 # Use the next two only if you have created a CloudFront distribution dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} - invalidation: / + invalidation: /* ``` -Note, that you may need to change the branch name in the above snippet if you desire a different behavior. \ No newline at end of file +Note, that you may need to change the branch name in the above snippet if you desire a different behavior.