-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-link-preprocessorArea: Link preprocessor, #{{include}}, etc.Area: Link preprocessor, #{{include}}, etc.
Description
Our project used some include
directives, that due to refactoring, inadvertently pointed to the wrong location, resulting in log error messages like the following:
[ERROR] (mdbook::preprocess::links): Error updating "{{#include ../tab_header.md}}", Could not read file for link {{#include ../tab_header.md}} (...)
These errors don't result in returning an error code from the process, so we missed them in CI.
Should these (and maybe all error log messages), result in an error code?
tv42, max-sixty, lclc, toxeus, SamirTalwar and 1 more
Metadata
Metadata
Assignees
Labels
A-link-preprocessorArea: Link preprocessor, #{{include}}, etc.Area: Link preprocessor, #{{include}}, etc.