Skip to content

Commit 643cad0

Browse files
committed
fix: doc gen workflow
1 parent 5c7d62a commit 643cad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Generate and update documentation
4242
run: |
43-
npm run docs
43+
npm run def && npm run docs
4444
git add docs/**/*.md docs/**/*.js
4545
if ! git diff --cached --quiet; then
4646
git commit -m "DOC: Autogenerate and update documentation" --no-verify

0 commit comments

Comments
 (0)