Skip to content

Commit 568745f

Browse files
committed
fix(docs): commit package-lock.json to unblock GH Pages deploy
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.
1 parent 89c756a commit 568745f

2 files changed

Lines changed: 8440 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ target/
2525
# Docs generation
2626
wiki/
2727
node_modules/
28-
package-lock.json
28+
package-lock.json
29+
!docs/package-lock.json

0 commit comments

Comments
 (0)