Skip to content

Commit 508b9ba

Browse files
committed
ci: update node version and build step
1 parent a1b1a5b commit 508b9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-node@v3
2929
with:
3030
registry-url: https://registry.npmjs.org/
31-
node-version: 18
31+
node-version: lts/*
3232

3333
- uses: pnpm/action-setup@v2
3434
name: Install pnpm
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm install
5454

5555
- name: Build
56-
run: pnpm docs:build
56+
run: pnpm build
5757

5858
- name: Deploy
5959
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)