Skip to content

Commit 4cd9b2e

Browse files
authored
Merge pull request #43 from andybywire/studio
Update Studio & Taxonomy Manager
2 parents 99322d3 + 369e4ad commit 4cd9b2e

6 files changed

Lines changed: 1640 additions & 17923 deletions

File tree

.github/workflows/build-studio.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: npx sanity manifest extract --output studio/dist/static
3434
working-directory: studio
3535

36+
- name: Deploy Schema
37+
run: SANITY_AUTH_TOKEN=${{ secrets.SANITY_SCHEMA_DEPLOY_AUTH }} npx sanity schema deploy
38+
working-directory: studio
39+
3640
- name: Set Up SSH
3741
run: |
3842
mkdir -p ~/.ssh/

0 commit comments

Comments
 (0)