Skip to content

Commit 59af0b1

Browse files
committed
update to pnpm
1 parent e84a9a6 commit 59af0b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: "20"
25-
- run: npm ci
26-
- run: npm run build
25+
- run: npm install -g pnpm
26+
- run: pnpm install
27+
- run: pnpm run build
2728
env:
2829
BASE_PATH: /docs-template
2930
- uses: actions/upload-pages-artifact@v3
@@ -39,4 +40,4 @@ jobs:
3940
steps:
4041
- name: Deploy to GitHub Pages
4142
id: deployment
42-
uses: actions/deploy-pages@v4
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)