Skip to content

Commit e7aef8a

Browse files
committed
ci: fix build of demo
1 parent 0a0ea7b commit e7aef8a

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
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
cd demo
3232
npm install
33-
npm run build-all
33+
npm run build
3434
3535
- name: Build vuepress
3636
run: |

0 commit comments

Comments
 (0)