Skip to content
Snippets Groups Projects
Unverified Commit 3624863e authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

invalidate channels html as well (#48120)

parent 7e00dc32
No related branches found
No related tags found
No related merge requests found
......@@ -55,4 +55,4 @@ jobs:
run: |
aws cloudfront create-invalidation \
--distribution-id ${{ vars.AWS_CLOUDFRONT_STATIC_ID }} \
--paths /release-log/v$VERSION.html
--paths "/release-log/v$VERSION.html" "/release-log/channels.html"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment