Skip to content

Commit 3c6f791

Browse files
committed
update3
1 parent b224262 commit 3c6f791

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,11 @@ jobs:
1919
# submodules: true
2020

2121

22-
- name: Install pnpm
23-
uses: pnpm/action-setup@v2
24-
with:
25-
version: 7
26-
run_install: true
27-
28-
2922
- name: Setup Node.js
3023
uses: actions/setup-node@v4
3124
with:
3225
node-version: 18
33-
cache: pnpm
26+
cache: npm
3427

3528
- name: Install Deps
3629
run: npm install
@@ -39,7 +32,7 @@ jobs:
3932
env:
4033
NODE_OPTIONS: --max_old_space_size=8192
4134
run: |-
42-
npm run docs:build
35+
npm run docs:build
4336
echo "" > docs/.vuepress/dist/.nojekyll
4437
4538
- name: Deploy

0 commit comments

Comments
 (0)