Commit 0e5c969
authored
Improved reporting of errors in 'make doclinkcheck' in GitHub Actions (#2091)
Details:
* Currently, errors detected by the Sphinx command in the 'doclinkcheck' make
rule are handled in the Actions workflow step by ignoring the error.
That causes an error to be shown in the Actions summary, without any
information which step failed or what the error was.
This change improves that by moving the ignoring of the error into the
make commands, and by echoing a message that includes the string '::notice::'
which causes the echoed string to be shown as an info message in the
Actions summary.
Signed-off-by: Andreas Maier <maiera@de.ibm.com>1 parent 697fb01 commit 0e5c969
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | 305 | | |
307 | 306 | | |
308 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
664 | | - | |
| 664 | + | |
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
| |||
0 commit comments