Skip to content

Commit

Permalink
fix: github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Nov 28, 2023
1 parent 6a9dd1d commit 56db4e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Build
run: |
cd site && pnpm i && pnpm build && cd -
Expand Down

0 comments on commit 56db4e7

Please sign in to comment.