Skip to content

Commit 8142a09

Browse files
committed
feat: update workflow
1 parent 27ab164 commit 8142a09

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/deploy-portal-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
node-version: 18
2323
run_install: false
2424

25-
- name: Install pnpm and dependencies
25+
- name: Install pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
2828
version: 9
29+
run_install: false
30+
31+
- name: Install dependencies
2932
run: pnpm install --force
3033

3134
- name: Build assets

.github/workflows/prepare-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ jobs:
1717
with:
1818
node-version: 18
1919

20-
- name: Install pnpm and dependencies
20+
- name: Install pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
2323
version: 9
24+
run_install: false
25+
26+
- name: Install dependencies
2427
run: pnpm install --force
2528

2629
- name: Publish

0 commit comments

Comments
 (0)