Fix API docs generation issue

This commit is contained in:
Vanilagy
2026-07-01 11:25:24 +02:00
parent 6c6687dfaf
commit a9441aa9a9
2 changed files with 18 additions and 1 deletions
+7
View File
@@ -31,3 +31,10 @@ jobs:
- name: Run build
run: npm run build
- name: Generate API docs
run: npm run docs:generate
# We do this because we want to surface doc-building errors early
- name: Build docs
run: vitepress build docs