Skip to content

fix(schemas/yazi.json): update manager.sort_by & manager.linemode #26

fix(schemas/yazi.json): update manager.sort_by & manager.linemode

fix(schemas/yazi.json): update manager.sort_by & manager.linemode #26

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