Skip to content

Commit 2692488

Browse files
committed
ci: fix build vuepress
1 parent 36319cc commit 2692488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
cd docs
3838
npm install
39-
npm run build-docs
39+
npm run build
4040
4141
- name: Build Typedoc
4242
run: npm run typedoc

0 commit comments

Comments
 (0)