Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakingMan authored Jul 18, 2024
1 parent db9f1cb commit c9ba5f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
run: npm install -g pnpm

- name: Build
run: pnpm docs:build

run: |
pnpm install
pnpm docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
# If you're changing the branch from main,
Expand Down

0 comments on commit c9ba5f3

Please sign in to comment.