Skip to content

Commit c9ba5f3

Browse files
authored
Update github-pages.yml
1 parent db9f1cb commit c9ba5f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
run: npm install -g pnpm
2828

2929
- name: Build
30-
run: pnpm docs:build
31-
30+
run: |
31+
pnpm install
32+
pnpm docs:build
33+
3234
- name: Deploy
3335
uses: peaceiris/actions-gh-pages@v4
3436
# If you're changing the branch from main,

0 commit comments

Comments
 (0)