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
pull/7307/head
Marius Vikhammer 2021-06-30 13:30:13 +08:00
rodzic 2f8debdde1
commit bc5d86974c
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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