Skip to content

Commit

Permalink
Merge branch 'main' into revert-101-pride-month
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves authored Jul 1, 2024
2 parents 416efbd + 3f8aed3 commit 5d74af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: chetan/invalidate-cloudfront-action@v2
env:
DISTRIBUTION: ${{ secrets.CF_DISTRIBUTION }}
PATHS: /${{ env.BUCKET_PATH }}
PATHS: /${{ env.BUCKET_PATH }}/ /${{ env.BUCKET_PATH }}/*
AWS_REGION: ${{ vars.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ cp -a fonts images dist
mkdir -p dist/css
cp sigma.css dist/css
npm run minify
[[ -f dist/css/sigma.min.css ]]

0 comments on commit 5d74af9

Please sign in to comment.