Skip to content

Commit

Permalink
ci: fix build of demo
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Nov 14, 2023
1 parent 0a0ea7b commit e7aef8a
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 @@ -30,7 +30,7 @@ jobs:
run: |
cd demo
npm install
npm run build-all
npm run build
- name: Build vuepress
run: |
Expand Down

0 comments on commit e7aef8a

Please sign in to comment.