Skip to content

fix(docs): commit package-lock.json to unblock GH Pages deploy#31

Merged
jonathanperis merged 1 commit into
mainfrom
fix/docs-package-lock
Apr 9, 2026
Merged

fix(docs): commit package-lock.json to unblock GH Pages deploy#31
jonathanperis merged 1 commit into
mainfrom
fix/docs-package-lock

Conversation

@jonathanperis

Copy link
Copy Markdown
Owner

Summary

  • Root .gitignore had package-lock.json excluded globally, causing actions/setup-node cache lookup to fail with "Some specified paths were not resolved, unable to cache dependencies"
  • Adds !docs/package-lock.json negation rule so the lockfile is tracked
  • Unblocks the Deploy to GitHub Pages workflow

Root .gitignore excluded all package-lock.json files; add negation rule
for docs/package-lock.json so actions/setup-node cache-dependency-path
resolves correctly and the deploy workflow succeeds.
@jonathanperis jonathanperis merged commit 568745f into main Apr 9, 2026
3 checks passed
@jonathanperis jonathanperis deleted the fix/docs-package-lock branch April 9, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant