Skip to content

Commit

Permalink
fix: get pnpm store directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Mar 1, 2024
1 parent 5901326 commit c78d094
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ jobs:
with:
version: 8
run_install: true


- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
name: Setup pnpm cache
with:
Expand Down

0 comments on commit c78d094

Please sign in to comment.