Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve245270533 committed Mar 15, 2024
1 parent 0a31f32 commit 085faeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install -g pnpm

- name: Install deps
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Modify "base" from vite.config.ts
run: |
Expand Down

0 comments on commit 085faeb

Please sign in to comment.