Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
adding pnpm to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Oct 18, 2023
1 parent 348efc2 commit c11f933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Checkout your repository using git
uses: actions/checkout@v2
- name: Install, build, and upload your site
Expand Down

0 comments on commit c11f933

Please sign in to comment.