Skip to content

build(deps-dev): bump vitepress from 1.0.0-rc.32 to 1.0.0-rc.44 #222

build(deps-dev): bump vitepress from 1.0.0-rc.32 to 1.0.0-rc.44

build(deps-dev): bump vitepress from 1.0.0-rc.32 to 1.0.0-rc.44 #222

Workflow file for this run

name: Test Docs Build
on:
pull_request:
branches: [main]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# fetch all commits to get last updated time or other git log info
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- name: Build Vitepress Site
run: npm run build