Skip to content

Commit

Permalink
fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Oct 4, 2024
1 parent c7493c3 commit 853ff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: './www/package-lock.json'
cache-dependency-path: './www/yarn.lock'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 853ff79

Please sign in to comment.