Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Sep 20, 2023
1 parent 6d5bd86 commit c6640c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
cache: pnpm
cache-dependency-path: './docs/pnpm-lock.json'
cache: 'pnpm'
- name: Install dependencies
working-directory: ./docs
run: pnpm install
Expand Down

0 comments on commit c6640c6

Please sign in to comment.