Skip to content

build: Update to the latest vitepress RC #88

build: Update to the latest vitepress RC

build: Update to the latest vitepress RC #88

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up nodejs v18
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npx -y pnpm install
- name: Build docs
run: npm run build