Skip to content

build: Update to the latest Vitepress RC #86

build: Update to the latest Vitepress RC

build: Update to the latest Vitepress RC #86

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 v16
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npx -y pnpm install
- name: Build docs
run: npm run build