Skip to content

Commit fcaaa9a

Browse files
committed
update build config
1 parent 7a3316d commit fcaaa9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
cache: pnpm
3434

3535
- name: Install Deps
36-
run: pnpm install --frozen-lockfile
36+
run: npm install
3737

3838
- name: Build Docs
3939
env:
4040
NODE_OPTIONS: --max_old_space_size=8192
4141
run: |-
42-
pnpm run docs:build
42+
npm run docs:build
4343
> docs/.vuepress/dist/.nojekyll
4444
4545
- name: Deploy

0 commit comments

Comments
 (0)