fix docs: specify lock file for caching

This commit is contained in:
Jonas Dellinger 2023-11-03 23:39:14 +01:00
parent 35b13341e6
commit c5be9e4bd5

View File

@ -19,6 +19,8 @@ jobs:
with:
node-version: v20.9.0
cache: "pnpm"
cache-dependency-path: |
SpotifyAPI.Docs/pnpm-lock.yaml
- name: Setup GitHub Deploy SSH Key
uses: webfactory/ssh-agent@v0.4.1
with: