Skip to content

Commit d32efa8

Browse files
committed
ci: install vuepress dependencies
1 parent 34c037c commit d32efa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
- run: yarn install
2323
- run: yarn build
24+
- run: |
25+
cd docs
26+
yarn install
2427
- run: yarn build-docs
2528

2629
- name: Deploy

0 commit comments

Comments
 (0)