Skip to content

Commit 9e04c6c

Browse files
committed
Update urls
1 parent a5739df commit 9e04c6c

File tree

5 files changed

+4875
-7701
lines changed

5 files changed

+4875
-7701
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414

15-
- name: Install dependencies
16-
run: npm ci
15+
- name: Setup pnpm
16+
uses: pnpm/action-setup@v4
17+
with:
18+
version: latest
19+
run_install: true
1720

1821
- name: Build
19-
run: npm run build
22+
run: pnpm run build
2023

2124
- name: Push
2225
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)