Skip to content

Add LFS pull to docs build#9

Merged
jcallaham merged 3 commits intomainfrom
fix-static-assets
Jan 31, 2026
Merged

Add LFS pull to docs build#9
jcallaham merged 3 commits intomainfrom
fix-static-assets

Conversation

@jcallaham
Copy link
Copy Markdown
Contributor

No description provided.

The static documentation images (feedback-tf-*.png, edited-template-*.png,
etc.) are stored in Git LFS. Without lfs: true in the checkout action,
GitHub Actions only downloads 130-byte LFS pointer files instead of the
actual images. This causes GitHub Pages to serve broken images.

The cruise_control plots work because they're generated during the build
(not stored in Git), so they bypass the LFS issue entirely.

Adding lfs: true ensures the checkout action pulls the actual image files
from Git LFS storage.
@jcallaham jcallaham merged commit ffd6de3 into main Jan 31, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant