Skip to content

Commit

Permalink
fix: incorrect path for docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegalbraithrussell committed Jul 25, 2024
1 parent 0754d9e commit b2c12bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: package-lock.json
cache-dependency-path: docs-site/package-lock.json

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: package-lock.json
cache-dependency-path: docs-site/package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit b2c12bf

Please sign in to comment.