Skip to content

Commit

Permalink
Update build_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Nov 14, 2024
1 parent 071c37f commit 6e57d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/azure/steps/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:

- task: Cache@2
inputs:
key: 'npm | documentation | "$(Agent.OS)" | $(Build.SourcesDirectory)/documentation/package-lock.json'
key: 'npm | documentation | "$(Agent.OS)" | $(Build.SourcesDirectory)/documentation/package.json'
restoreKeys: |
npm | clientapp | "$(Agent.OS)"
path: ${{ parameters.npmConfigCache }}
Expand Down

0 comments on commit 6e57d2e

Please sign in to comment.