Skip to content

fix typo/bug in _generate_child_docs #29

fix typo/bug in _generate_child_docs

fix typo/bug in _generate_child_docs #29

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i && pnpm run build