improve docs generation

This commit is contained in:
Maxime Beauchemin
2025-07-18 02:25:43 -07:00
parent 92bf3b9d4e
commit faef33d6ba
7 changed files with 1923 additions and 103 deletions

View File

@@ -64,6 +64,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: './docs/.nvmrc'
- name: Setup Python Backend
uses: ./.github/actions/setup-backend
with:
python-version: 'current'
requirements-type: 'base'
- name: yarn install
run: |
yarn install --check-cache