From bc5d86974c86627f935ac4b82acf6a54eb1beb85 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 30 Jun 2021 13:30:13 +0800 Subject: [PATCH] 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 --- .gitlab/ci/docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/docs.yml b/.gitlab/ci/docs.yml index 4c7347cc55..f06869d90a 100644 --- a/.gitlab/ci/docs.yml +++ b/.gitlab/ci/docs.yml @@ -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