Skip to content

Commit

Permalink
Maybe if we don't try to guess the mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Nov 18, 2021
1 parent 0351073 commit 295f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- run: aws s3 sync htdocs s3://docs.gl --delete --content-type text/html
- run: aws s3 sync htdocs s3://docs.gl --delete --no-guess-mime-type

- run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_CLOUDFRONT_DOCSGL_DISTRIBUTION_ID }} --paths /*

0 comments on commit 295f2a7

Please sign in to comment.