Skip to content

Commit

Permalink
fix: fix pnpm command not fount when running auto-deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Aug 13, 2024
1 parent c12af5f commit ea36935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v3
- name: Install deps
run: pnpm i
- name: Build site
Expand Down

0 comments on commit ea36935

Please sign in to comment.