Skip to content

fix(win): enable icon (#905) #45

fix(win): enable icon (#905)

fix(win): enable icon (#905) #45

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: "20.2.0"
- name: Install Node modules
run: npm ci
- name: Convert JSDoc to Markdown
run: node cfg/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