Skip to content

feat: rename docs generations script #40

feat: rename docs generations script

feat: rename docs generations script #40

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install --ignore-scripts
- run: pnpm test