Skip to content

Commit 4fdf8c2

Browse files
authored
Update deploy.yml
1 parent 5f645f3 commit 4fdf8c2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
19+
cache: pnpm
20+
- uses: pnpm/action-setup@v4
21+
with:
22+
version: 10
1923

2024
- name: Install dependencies
21-
run: npm ci
25+
run: pnpm install --frozen-lockfile
2226
- name: Build website
23-
run: npm run build
27+
run: pnpm build
2428

2529
- name: Upload Build Artifact
2630
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)