Skip to content

Commit

Permalink
refactor: Use working-draft schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Nov 23, 2023
1 parent 52c85da commit 7ba9bbd
Show file tree
Hide file tree
Showing 43 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schema-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:

- name: Deploy to S3
run: |
aws s3 sync ./schemas s3://kitten-science-website/schemas/working-draft
aws s3 sync ./presets s3://kitten-science-website/baselines
aws s3 sync ./presets s3://kitten-science-website/presets
aws s3 sync ./schemas/working-draft s3://kitten-science-website/schemas/working-draft --delete
aws s3 sync ./baselines s3://kitten-science-website/baselines --delete
aws s3 sync ./presets s3://kitten-science-website/presets --delete
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7ba9bbd

Please sign in to comment.