EXP-1609: Fix broken images — fetch Git LFS content in checkout - #1864
Merged
Conversation
All jpg/jpeg/png are LFS-tracked, and actions/checkout defaults to lfs: false, so the first Pages deploy shipped 130-byte pointer files instead of images (Vercel handled LFS via git_lfs = true in its project config). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Link check results for preview deployment (https://codat-docs-git-exp-1609-checkout-lfs-codat.vercel.app): |
brucepouncey
approved these changes
Jul 27, 2026
Rachel-Codat
approved these changes
Jul 27, 2026
pmckinney-codat
enabled auto-merge
July 27, 2026 13:15
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.
All site images are currently serving as Git LFS pointer files on docs.codat.io (e.g.
/logos/codat-docs-dark.pngis 130 bytes of pointer text) becauseactions/checkoutdoesn't fetch LFS content by default. Vercel handled this viagit_lfs = truein its project config; the equivalent here islfs: trueon checkout in both workflows.Also explains the
unsupported file typewarnings in earlier CI builds —image-sizereading pointer files.Merging triggers a redeploy that restores all images. Part of EXP-1609.
🤖 Generated with Claude Code