Skip to content

Commit

Permalink
add install
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 8, 2023
1 parent b66aa8a commit 3333192
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,17 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
run_install: true

- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: "20.x"
cache: pnpm

- name: Build
run: pnpm build
- name: Install package and build
run: |
pnpm install --frozen-lockfile
pnpm build
- name: Deploy
uses: crazy-max/ghaction-github-pages@v4
Expand Down

0 comments on commit 3333192

Please sign in to comment.