Skip to content

Commit

Permalink
Add favicon.ico and fix invalidation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
martincik committed Oct 21, 2022
1 parent 89efbcd commit fb8727d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
DISTRIBUTION: ${{ secrets.AWS_CF_DISTRIBUTION }}
# TODO: Update only updated files w example: https://github.com/chetan/invalidate-cloudfront-action
PATHS: "/acs-wiget/widget.js /acs-wiget/index.html"
PATHS: "/acs-widget/widget.js /acs-widget/index.html /acs-widget/favicon.ico"
AWS_REGION: ${{ secrets.AWS_S3_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Binary file added dev/favicon.ico
Binary file not shown.

0 comments on commit fb8727d

Please sign in to comment.