kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/build_docs_check_link' into 'master'
build_docs: fix incorrect arguments for linkcheck Closes IDFCI-65 See merge request espressif/esp-idf!9772pull/5688/head
commit
5593eae8cd
|
@ -384,12 +384,12 @@ def check_docs(language, target, log_file, known_warnings_file, out_sanitized_lo
|
|||
|
||||
|
||||
def action_linkcheck(args):
|
||||
args.builders = "linkcheck"
|
||||
return parallel_call(args, call_linkcheck)
|
||||
|
||||
|
||||
def call_linkcheck(entry):
|
||||
# Remove the last entry which the buildername, since the linkcheck builder is not supplied through the builder list argument
|
||||
return sphinx_call(*entry[:4], buildername="linkcheck")
|
||||
return sphinx_call(*entry)
|
||||
|
||||
|
||||
# https://github.com/espressif/esp-idf/tree/
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
when: always
|
||||
paths:
|
||||
- docs/_build/*/*/*.txt
|
||||
- docs/_build/*/*/linkcheck/*.txt
|
||||
expire_in: 1 week
|
||||
allow_failure: true
|
||||
dependencies: []
|
||||
|
|
Ładowanie…
Reference in New Issue