Skip to content

Commit

Permalink
Replace pnpm ci with pnpm i in deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
80avin authored Apr 3, 2024
1 parent 08ed7f3 commit 412258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm ci
run: pnpm i
- name: Build
run: pnpm run build
- name: Setup Pages
Expand Down

0 comments on commit 412258e

Please sign in to comment.