fix: fixed rendering from validate-apply

This commit is contained in:
2026-07-23 21:51:12 +02:00
parent 2844ed5a47
commit ea90167a5a
6 changed files with 216 additions and 13 deletions

View File

@@ -315,6 +315,9 @@ pub fn sections_from_validation_report(
.chain(report.stale_pages.iter())
{
match classify_generated_path(path, metadata) {
Some(GenerationSection::Single) => {
sections.extend(GenerationSection::ALL);
}
Some(section) => {
sections.insert(section);
}