Skip to content

chore(deps): update dependency eslint to v9.8.0 (#229) #110

chore(deps): update dependency eslint to v9.8.0 (#229)

chore(deps): update dependency eslint to v9.8.0 (#229) #110

---
name: Deploy documentation πŸ“–
on:
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
- name: Install and Build πŸ”§
run: |
yarn install --frozen-lockfile
mkdir html
node src/cli.js -i schemata -o html/index.html
ls -ltur html
- name: Deploy πŸš€
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: html
branch: gh-pages