Skip to content

feat: update schemas and submodule for v0.3.2 #22

feat: update schemas and submodule for v0.3.2

feat: update schemas and submodule for v0.3.2 #22

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