Skip to content

Bump vitepress from 1.2.2 to 1.2.3 #1314

Bump vitepress from 1.2.2 to 1.2.3

Bump vitepress from 1.2.2 to 1.2.3 #1314

Workflow file for this run

name: CI
on: [push]
env:
VITE_EXTRA_EXTENSIONS: pub
jobs:
jekyll:
name: Build site
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install
- name: Build site
run: yarn build