Skip to content

Commit

Permalink
ci: fix build vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Nov 14, 2023
1 parent 36319cc commit 2692488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
cd docs
npm install
npm run build-docs
npm run build
- name: Build Typedoc
run: npm run typedoc
Expand Down

0 comments on commit 2692488

Please sign in to comment.