Skip to content

Commit

Permalink
Fix docs workflow npm cache path (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin authored Jul 11, 2024
1 parent 58b67bd commit 8ae2b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: './docs/package-lock.json'
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 8ae2b72

Please sign in to comment.