fix(registry): update express docs_path after expressjs.com restructure#89
Merged
Conversation
The expressjs.com site migrated to Astro and moved English docs from /en to /src/content/docs/en, breaking the publish-all CI job. Point docs_path at /src/content/docs so the locale filter resolves the en subdirectory.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
expressjs.comsite migrated to Astro and moved English docs from/ento/src/content/docs/en, breaking the scheduledpublish-allCI job withDirectory not found: /tmp/context-git-…/en.docs_pathatsrc/content/docsso the existing locale filter resolves theen/subdirectory.Test plan
pnpm --filter @neuledge/registry registry build express— built 60 sections / 20,794 tokens locally.publish-allworkflow succeeds on next run.Generated by Claude Code