When we upgraded from Lean v4.28.0 to Lean v4.29.0 on the Noperthedron Project, CI builds started always rebuilding all of the mathlib docs, even when there was a cache hit. This meant more than 2 hours per CI run.
@jcreedcmu hypothesized that the problem could be related to this change in doc-gen4, which added new kinds of generated files. We tried applying this change to docgen-action, but it did not seem to help.
When we upgraded from Lean v4.28.0 to Lean v4.29.0 on the Noperthedron Project, CI builds started always rebuilding all of the mathlib docs, even when there was a cache hit. This meant more than 2 hours per CI run.
@jcreedcmu hypothesized that the problem could be related to this change in doc-gen4, which added new kinds of generated files. We tried applying this change to docgen-action, but it did not seem to help.