Skip to content

chore(deps-dev): bump the npm group with 1 update (#959) #88

chore(deps-dev): bump the npm group with 1 update (#959)

chore(deps-dev): bump the npm group with 1 update (#959) #88

Workflow file for this run

name: doc
on:
push:
branches: [main]
jobs:
doc:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
- name: Install Node modules
run: npm ci
- name: Convert JSDoc to Markdown
run: node .github/jsdoc.config.cjs
- name: Build documentation
run: npm run doc:bld
- name: Publish documentation to GitHub Pages
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./doc/.vitepress/dist