mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/check_doc_links_no_deploy' into 'master'
CI: Only run check_doc_links if we actually deployed Closes IDFCI-169 See merge request espressif/esp-idf!10939
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
.check_doc_links_template:
|
.check_doc_links_template:
|
||||||
extends: .rules:protected
|
extends: .rules:protected-no_label
|
||||||
stage: post_deploy
|
stage: post_deploy
|
||||||
image: $ESP_IDF_DOC_ENV_IMAGE
|
image: $ESP_IDF_DOC_ENV_IMAGE
|
||||||
tags: [ "build", "amd64", "internet" ]
|
tags: [ "build", "amd64", "internet" ]
|
||||||
|
needs: # ensure runs after push_to_github succeeded
|
||||||
|
- build_docs_html
|
||||||
|
- build_docs_pdf
|
||||||
|
- push_to_github
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user