Skip to content

Commit

Permalink
refactor: Inline sub-schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 24, 2023
1 parent 4bd94af commit 0459c7f
Show file tree
Hide file tree
Showing 43 changed files with 2,197 additions and 2,313 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schema-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Deploy to S3
run: |
aws s3 sync ./schemas/working-draft s3://kitten-science-website/schemas/working-draft \
--cache-control "public; s-maxage=60" \
--cache-control "public, s-maxage=60, maxage=60" \
--content-type "application/schema+json" \
--delete
aws s3 sync ./baselines s3://kitten-science-website/baselines --delete \
--cache-control "public; s-maxage=60" \
--cache-control "public, s-maxage=60, maxage=60" \
--delete
aws s3 sync ./presets s3://kitten-science-website/presets --delete \
--cache-control "public; s-maxage=60" \
--cache-control "public, s-maxage=60, maxage=60" \
--delete
19 changes: 0 additions & 19 deletions schemas/working-draft/baseline/building-bonfire.schema.json

This file was deleted.

19 changes: 0 additions & 19 deletions schemas/working-draft/baseline/building-religion.schema.json

This file was deleted.

19 changes: 0 additions & 19 deletions schemas/working-draft/baseline/building-space.schema.json

This file was deleted.

19 changes: 0 additions & 19 deletions schemas/working-draft/baseline/building-time.schema.json

This file was deleted.

Loading

0 comments on commit 0459c7f

Please sign in to comment.