Skip to content

Commit fc44a0b

Browse files
committed
Add pnpm
1 parent f424b32 commit fc44a0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
- name: Setup pnpm
35+
uses: pnpm/action-setup@v3
36+
with:
37+
version: 10
38+
- name: Install dependencies
39+
run: pnpm install
3440
- name: Run build
35-
run: npm run build
41+
run: pnpm run build
3642
- name: Setup Pages
3743
uses: actions/configure-pages@v5
3844
- name: Upload artifact

0 commit comments

Comments
 (0)