Skip to content

ci: Fix docs building after the pnpm migration#1149

Merged
vladfrangu merged 1 commit into
masterfrom
fix/docs-publishing
May 20, 2026
Merged

ci: Fix docs building after the pnpm migration#1149
vladfrangu merged 1 commit into
masterfrom
fix/docs-publishing

Conversation

@fnesveda
Copy link
Copy Markdown
Member

After the NPM -> PNPM migration, the website/package-lock.json file no longer exists. The signed-commit action is still trying to stage it during the docs build, and it throws an error on that.

This fixes it.

@fnesveda fnesveda requested a review from l2ysho May 20, 2026 16:21
@fnesveda fnesveda self-assigned this May 20, 2026
@fnesveda fnesveda requested a review from vladfrangu as a code owner May 20, 2026 16:21
@fnesveda fnesveda added the adhoc Ad-hoc unplanned task added during the sprint. label May 20, 2026
@github-actions github-actions Bot added the t-management Issues with this label belong to the CTO or engineering managers. label May 20, 2026
Copy link
Copy Markdown
Member

@vladfrangu vladfrangu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought git ignored invalid files when staging, or so I remember. anyways, fast tracking

@vladfrangu vladfrangu merged commit 6ed9500 into master May 20, 2026
14 of 23 checks passed
@vladfrangu vladfrangu deleted the fix/docs-publishing branch May 20, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-management Issues with this label belong to the CTO or engineering managers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants