Skip to content

Commit

Permalink
ci: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Oct 7, 2023
1 parent 100d521 commit c6572c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_to_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Build
run: |
pnpm i
Expand Down

0 comments on commit c6572c1

Please sign in to comment.