Skip to content

Commit

Permalink
ci: configure cache correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rmanj committed Nov 4, 2024
1 parent 9039184 commit 2353693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: docusaurus/package-lock.json

- name: cd to docusaurus
run: cd docusaurus
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: docusaurus/package-lock.json

- name: cd to docusaurus
run: cd docusaurus
Expand Down

0 comments on commit 2353693

Please sign in to comment.