Skip to content

Commit 6b32a30

Browse files
ci: fix docs generation
1 parent fc9d9f9 commit 6b32a30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/update-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636

37+
- name: Build
38+
run: npm run build
39+
3740
- name: Generate documentation
3841
run: npm run update:docs
3942

scripts/update-docs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ async function updateDocs() {
1414
["--help=verbose", "--no-color"],
1515
{
1616
cwd: __dirname,
17-
reject: false,
1817
},
1918
);
2019

@@ -30,7 +29,6 @@ async function updateDocs() {
3029
["serve", "--help", "--no-color"],
3130
{
3231
cwd: __dirname,
33-
reject: false,
3432
},
3533
);
3634

0 commit comments

Comments
 (0)