Skip to content

Commit 40254e3

Browse files
committed
ci: Adjust workflow to work with new JSDoc script path
1 parent 385d666 commit 40254e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run coverage
4141

4242
- name: Generate JSDoc documentation
43-
run: npm run jsdoc-generate
43+
run: cd packages/documentation && npm run jsdoc-generate
4444

4545
- name: Generate merged JSON schema
4646
run: npm run schema-generate

0 commit comments

Comments
 (0)