Skip to content

Commit 0d598fc

Browse files
author
craigraphics
committed
- fix yml
1 parent 06650bc commit 0d598fc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@ jobs:
1717
with:
1818
node-version: '20'
1919

20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v3
22+
with:
23+
version: 9.5.0
24+
2025
- name: Install dependencies
21-
run: npm ci
26+
run: pnpm install --frozen-lockfile
2227

2328
- name: Build
24-
run: npm run build
29+
run: pnpm run build
2530

2631
- name: Deploy to GitHub Pages
2732
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)