There was an error while loading. Please reload this page.
1 parent f525307 commit baec9efCopy full SHA for baec9ef
2 files changed
.github/workflows/deploy.yml
@@ -18,12 +18,12 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: 20
21
- cache: npm
+ cache: pnpm
22
23
- name: Install dependencies
24
- run: npm ci
+ run: pnpm install --frozen-lockfile
25
- name: Build website
26
- run: npm run build
+ run: pnpm build
27
28
- name: Upload Build Artifact
29
uses: actions/upload-pages-artifact@v3
.github/workflows/test-deploy.yml
@@ -18,9 +18,9 @@ jobs:
- name: Test build website
0 commit comments