mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 10:39:28 +08:00
ci: Don't fail the build due to linkcheck failure
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
committed by
Xiang Xiao
parent
46659d5a14
commit
bfe1e2c148
3
.github/workflows/doc.yml
vendored
3
.github/workflows/doc.yml
vendored
@@ -49,4 +49,5 @@ jobs:
|
||||
cd Documentation/
|
||||
pip3 install pipenv
|
||||
pipenv install
|
||||
pipenv run make linkcheck
|
||||
# This step flakes frequently so still annotate errors but dont fail the build
|
||||
pipenv run make linkcheck || true
|
||||
|
||||
Reference in New Issue
Block a user