Skip to content

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 #196

build(deps-dev): bump prettier from 3.1.0 to 3.1.1

build(deps-dev): bump prettier from 3.1.0 to 3.1.1 #196

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