You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Our project used some
include
directives, that due to refactoring, inadvertently pointed to the wrong location, resulting in log error messages like the following: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?
The text was updated successfully, but these errors were encountered: