Skip to content

Commit

Permalink
add pnpm to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jish2 committed Oct 29, 2024
1 parent 57844c8 commit 76e603f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install, build, and upload your site
uses: withastro/action@v3
# with:
Expand Down

0 comments on commit 76e603f

Please sign in to comment.