Merge branch 'ci/enable-docs_v5.4' into 'release/v5.4'

ci: install.sh --enable-docs when job name contains docs (v5.4)

See merge request espressif/esp-idf!46786
This commit is contained in:
Fu Hanxi
2026-04-17 11:51:13 +02:00

View File

@@ -143,7 +143,7 @@ variables:
if [[ "${CI_JOB_STAGE}" != "target_test" ]]; then
section_start "running_install_sh" "Running install.sh"
if [[ "${CI_JOB_STAGE}" == "build_doc" ]]; then
if [[ "${CI_JOB_STAGE}" == "build_doc" || "${CI_JOB_GROUP_NAME}" == *docs* ]]; then
run_cmd bash install.sh --enable-ci --enable-docs
elif [[ "${CI_JOB_STAGE}" == "build" ]]; then
run_cmd bash install.sh --enable-ci