Skip to content

chore: remove gm tutorial reference from restart guide and clean up #51

chore: remove gm tutorial reference from restart guide and clean up

chore: remove gm tutorial reference from restart guide and clean up #51

Workflow file for this run

name: Build VitePress Site
on:
push:
branches: [main]
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: 18
cache: yarn # or pnpm / npm
- name: Install dependencies
run: yarn install # or pnpm install / npm ci
- name: Build with VitePress
run: yarn docs:build # or pnpm docs:build / npm docs:build