Skip to content

npm: bump eslint from 9.39.2 to 10.0.0 (#148) #246

npm: bump eslint from 9.39.2 to 10.0.0 (#148)

npm: bump eslint from 9.39.2 to 10.0.0 (#148) #246

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