Skip to content

Commit

Permalink
ci: add pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Sep 18, 2024
1 parent 750d54e commit 1a3b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: latest

- name: Build
run: pnpm build
run: pnpm install & pnpm build

- name: Deploy
run: pnpm deploy

0 comments on commit 1a3b200

Please sign in to comment.