Skip to content

Commit

Permalink
chore: install pnpm in deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed Mar 9, 2024
1 parent a6171a9 commit c0bb8f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm


- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build website
Expand Down

0 comments on commit c0bb8f1

Please sign in to comment.