mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
Merge branch 'ci/doc_build_after_template' into 'master'
ci(docs): allow doc build to run immediately after fast template app See merge request espressif/esp-idf!25315
This commit is contained in:
@@ -76,7 +76,10 @@ check_docs_lang_sync:
|
|||||||
stage: build_doc
|
stage: build_doc
|
||||||
tags:
|
tags:
|
||||||
- build_docs
|
- build_docs
|
||||||
dependencies: []
|
needs:
|
||||||
|
- job: fast_template_app
|
||||||
|
artifacts: false
|
||||||
|
optional: true
|
||||||
script:
|
script:
|
||||||
- cd docs
|
- cd docs
|
||||||
- build-docs -t $DOCTGT -bs $DOC_BUILDERS -l $DOCLANG build
|
- build-docs -t $DOCTGT -bs $DOC_BUILDERS -l $DOCLANG build
|
||||||
|
Reference in New Issue
Block a user