Skip to content

Commit

Permalink
Update site-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Mar 14, 2024
1 parent 88403ca commit 6fcc23c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/site-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,17 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
package_json_file: 'docs/package.json'
run_install: true
version: 8

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
cache-dependency-path: docs/pnpm-lock.yaml

- name: Install deps
run: |-
Expand Down

0 comments on commit 6fcc23c

Please sign in to comment.