Skip to content

refactor: rename lint script to test, update docs/ci (#33) #25

refactor: rename lint script to test, update docs/ci (#33)

refactor: rename lint script to test, update docs/ci (#33) #25

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