Skip to content

Commit fb8e9ea

Browse files
committed
fix(ci): commit site/pnpm-lock.yaml so deploy-docs can cache
The deploy-docs workflow's pnpm cache step resolves site/pnpm-lock.yaml, which wasn't committed — the Starlight scaffold landed without it. Workflow failed on main after f3cb69f with 'Some specified paths were not resolved, unable to cache dependencies.' Commit the lockfile and add .astro/ to .gitignore so subsequent runs don't drag build cache in.
1 parent f3cb69f commit fb8e9ea

2 files changed

Lines changed: 4713 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ yarn-error.log*
1212
dist/
1313
build/
1414
*.tsbuildinfo
15+
.astro/
1516

1617
# Environment & secrets
1718
.env

0 commit comments

Comments
 (0)