Skip to content

Commit

Permalink
Fix documentation workflow to setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Jul 17, 2024
1 parent a822a61 commit 35f96d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- run: cd docs/
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 35f96d1

Please sign in to comment.