Skip to content

Commit 6eb98cc

Browse files
committed
fix: gh-page build error
1 parent 26b8276 commit 6eb98cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: Install dependencies
3232
run: npm install
3333

34+
- name: Install submodules
35+
run: git submodule update --init --recursive
36+
3437
- name: Build with VitePress
35-
run: |
36-
npm run core:update
37-
npm run docs:build
38-
ls
38+
run: npm run docs:build
3939

4040
- name: Deploy Github Pages
4141
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)