Skip to content

Commit

Permalink
fix CloudFront invalidation directive in publish.yml GitHub action fi…
Browse files Browse the repository at this point in the history
…le (#2456)
  • Loading branch information
be-next committed Mar 18, 2024
1 parent 4898d10 commit 9a5e95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/documentation/deployment/aws-s3.md
Expand Up @@ -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.
Note, that you may need to change the branch name in the above snippet if you desire a different behavior.

0 comments on commit 9a5e95c

Please sign in to comment.