Skip to content

feat: use latest vuepress and remove unused features #241

feat: use latest vuepress and remove unused features

feat: use latest vuepress and remove unused features #241

Workflow file for this run

name: Build Docs
on:
pull_request:
jobs:
build-gh-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install Deps
run: npm ci
- name: Build Docs
run: npm run docs:build