Skip to content

chore: update

chore: update #1

Workflow file for this run

name: Deploy Docs
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'packages/**/*'
- '.vitepress/**/*'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: '8.x'
- name: Install and Build 🔧
uses: actions/[email protected]
with:
node-version: '16.x'
cache: pnpm
- run: pnpm i
- run: pnpm run docs:build
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/[email protected]
with:
branch: pages
folder: .vitepress/dist