Raymond Toy pushed to branch issue-334-add-wiki-link-checker at cmucl / cmucl
Commits:
-
534f2ae3
by Raymond Toy at 2024-07-10T15:12:09-07:00
1 changed file:
Changes:
| ... | ... | @@ -200,6 +200,9 @@ linkchecker: |
| 200 | 200 | # Only the linux runner has markdown-link-check installed
|
| 201 | 201 | tags:
|
| 202 | 202 | - linux
|
| 203 | + # It's ok if this fails; we don't want to declare the entire
|
|
| 204 | + # pipeline as having failed.
|
|
| 205 | + allow_failure: true
|
|
| 203 | 206 | script:
|
| 204 | 207 | # Check links in the main repo
|
| 205 | 208 | - find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check
|