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.