kopia lustrzana https://github.com/espressif/esp-idf
ci: only run check_docs_gh_links job once per pipeline
Job simply walks all .rst files and check links. No need to run for multiple targets/languagespull/7307/head
rodzic
2f8debdde1
commit
bc5d86974c
|
@ -70,9 +70,11 @@ check_docs_lang_sync:
|
|||
DOCTGT: ["esp32", "esp32s2", "esp32c3"]
|
||||
|
||||
check_docs_gh_links:
|
||||
image: $ESP_IDF_DOC_ENV_IMAGE
|
||||
variables:
|
||||
PYTHON_VER: 3.6.13
|
||||
extends:
|
||||
- .pre_check_job_template
|
||||
- .build_docs_template
|
||||
- .doc-rules:build:docs
|
||||
script:
|
||||
- cd docs
|
||||
|
|
Ładowanie…
Reference in New Issue