mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
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:
@@ -52,8 +52,10 @@ fast_template_app:
|
|||||||
BUILD_COMMAND_ARGS: "-p"
|
BUILD_COMMAND_ARGS: "-p"
|
||||||
|
|
||||||
check_docs_gh_links:
|
check_docs_gh_links:
|
||||||
extends: .build_docs_template
|
image: $ESP_IDF_DOC_ENV_IMAGE
|
||||||
stage: pre_check
|
stage: pre_check
|
||||||
|
tags:
|
||||||
|
- build_docs
|
||||||
variables:
|
variables:
|
||||||
SUBMODULES_TO_FETCH: "none"
|
SUBMODULES_TO_FETCH: "none"
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user