Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
abernier
added a commit
to pmndrs/docs
that referenced
this pull request
Aug 20, 2026
…#593) Both sites serve `/llms-full.txt` today -- react-postprocessing has for a while, a11y since pmndrs/react-three-a11y#55 moved its build to v4 -- so `browse`, `search` and the MCP server can read them. Claude-Session: https://claude.ai/code/session_0189fTPDjQHrqHxdaMkKCcEC Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
One line: the reusable workflow moves from
@v3/@v2to@v4.pmndrs/docs v4 drops the Docker image. The workflow now builds through
npx @pmndrs/docs@latestinstead ofdocker run ghcr.io/pmndrs/docs.Nothing else changes for this repository: the same inputs, the same environment variables, the same GitHub Pages artifact. The only removed input is
docker_tag, which this workflow never passed.The old tag stays where it is, so this repository keeps building on the Docker path until this merges.
Note
These workflows only trigger on a push to the default branch, so this pull request runs no build of its own — the first real run happens after the merge.