Skip to content

npm: bump vue from 3.5.26 to 3.5.27 #237

npm: bump vue from 3.5.26 to 3.5.27

npm: bump vue from 3.5.26 to 3.5.27 #237

Workflow file for this run

name: Build VitePress Site
on:
push:
branches: [main]
paths-ignore:
- LICENSE
- README.md
- .gitignore
- CNAME
- "images/"
pull_request:
paths-ignore:
- LICENSE
- README.md
- .gitignore
- CNAME
- "images/"
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build with VitePress
run: npm run build
- name: Upload Build Artifact
uses: actions/upload-artifact@v6
with:
name: vitepress-artifact
path: docs/.vitepress/dist