mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +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:
parent
46659d5a14
commit
bfe1e2c148
1 changed files with 2 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue