Skip to content

Commit

Permalink
chore: git workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inseongso-29cm committed Mar 26, 2024
1 parent e898172 commit 0de0e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
version: 8
run_install: false
- name: Install dependencies
run: pnpm ci
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build
- name: Setup Pages
Expand Down

0 comments on commit 0de0e0f

Please sign in to comment.