Skip to content

fix(schemas/theme.json): use anyOf instead of oneOf for required cond… #31

fix(schemas/theme.json): use anyOf instead of oneOf for required cond…

fix(schemas/theme.json): use anyOf instead of oneOf for required cond… #31

Workflow file for this run

name: Deploy Schemas
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy schemas
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./schemas