Skip to content

Commit

Permalink
chore: Bring back cloudfront distribution id env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jan 7, 2025
1 parent 6552072 commit 45feae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
make website
make publish-website
aws cloudfront create-invalidation --distribution-id $AWS_CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
env:
AWS_CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}

# Needs a sleep to wait for cloudfront cache bust.
- name: Reindex Algolia search
Expand Down

0 comments on commit 45feae4

Please sign in to comment.