Skip to content

Commit

Permalink
install project specific deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Jun 27, 2024
1 parent 469f85e commit d86283a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: |
pnpm install --frozen-lockfile
cd apps/documentation
pnpm install --frozen-lockfile
- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit d86283a

Please sign in to comment.