Skip to content

Bump vitepress from 1.0.0-beta.4 to 1.0.0-rc.25 #7

Bump vitepress from 1.0.0-beta.4 to 1.0.0-rc.25

Bump vitepress from 1.0.0-beta.4 to 1.0.0-rc.25 #7

Workflow file for this run

on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Build
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Setup"
uses: ./.github/actions/setup
- name: Run build
run: pnpm build