forked from 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/languages
This commit is contained in:
@@ -70,9 +70,11 @@ check_docs_lang_sync:
|
|||||||
DOCTGT: ["esp32", "esp32s2", "esp32c3"]
|
DOCTGT: ["esp32", "esp32s2", "esp32c3"]
|
||||||
|
|
||||||
check_docs_gh_links:
|
check_docs_gh_links:
|
||||||
|
image: $ESP_IDF_DOC_ENV_IMAGE
|
||||||
|
variables:
|
||||||
|
PYTHON_VER: 3.6.13
|
||||||
extends:
|
extends:
|
||||||
- .pre_check_job_template
|
- .pre_check_job_template
|
||||||
- .build_docs_template
|
|
||||||
- .doc-rules:build:docs
|
- .doc-rules:build:docs
|
||||||
script:
|
script:
|
||||||
- cd docs
|
- cd docs
|
||||||
|
Reference in New Issue
Block a user