mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Fix API docs generation issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user