We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4898d10 commit 9a5e95cCopy full SHA for 9a5e95c
docs/content/documentation/deployment/aws-s3.md
@@ -89,7 +89,7 @@ jobs:
89
bucket-region: us-east-1
90
# Use the next two only if you have created a CloudFront distribution
91
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
92
- invalidation: /
+ invalidation: /*
93
```
94
95
-Note, that you may need to change the branch name in the above snippet if you desire a different behavior.
+Note, that you may need to change the branch name in the above snippet if you desire a different behavior.
0 commit comments