Skip to content

Commit

Permalink
fix: update deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
edvein-rin committed Aug 3, 2024
1 parent 98d3015 commit ca78934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
run: pnpm run build
- name: Deploy
run: pnpm deploy
run: pnpm run deploy

0 comments on commit ca78934

Please # to comment.