Commit 4dbbb80
authored
fix: add bibPrepass dependency to library_facet docs (#354)
The `library_facet docs` includes `references.bib` in its staticFiles
array and attempts to compute its trace via `computeTrace`. However,
this file is only created by the `bibPrepass` target, which runs
before module documentation is generated.
Without an explicit dependency on `bibPrepass`, Lake may attempt to
compute the trace of `references.bib` before it exists, causing
the build to fail with "no such file or directory" errors.
This fix adds the missing `bibPrepass` dependency, matching the
pattern already used in `module_facet docs` and `coreTarget`.
Fixes leanprover-community/docgen-action#18 (the underlying cause)1 parent 7be6082 commit 4dbbb80
1 file changed
+14
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
| |||
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
325 | 327 | | |
326 | 328 | | |
327 | 329 | | |
| |||
0 commit comments