Skip to content

chore: bump @commitlint/cli from 19.3.0 to 19.4.0 (#203) #234

chore: bump @commitlint/cli from 19.3.0 to 19.4.0 (#203)

chore: bump @commitlint/cli from 19.3.0 to 19.4.0 (#203) #234

Workflow file for this run

name: GitHub pages
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install Supplemental Dependencies
run: |
npm i
npm i jsdoc ink-docstrap tsd-jsdoc
- name: Build
run: npm run build:docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs