Skip to content

build(deps-dev): bump vitepress-plugin-pagefind from 0.4.11 to 0.4.12 #3362

build(deps-dev): bump vitepress-plugin-pagefind from 0.4.11 to 0.4.12

build(deps-dev): bump vitepress-plugin-pagefind from 0.4.11 to 0.4.12 #3362

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install Dependencies
run: npm ci
- name: Build with VitePress
run: |
npm run docs:build