Skip to content

Commit

Permalink
ci: Set schema content type
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 24, 2023
1 parent c43ff7f commit 4bd94af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schema-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
aws s3 sync ./schemas/working-draft s3://kitten-science-website/schemas/working-draft \
--cache-control "public; s-maxage=60" \
--content-type "application/schema+json" \
--delete
aws s3 sync ./baselines s3://kitten-science-website/baselines --delete \
--cache-control "public; s-maxage=60" \
Expand Down

0 comments on commit 4bd94af

Please sign in to comment.