From b3eef7fb7f04207841e547999d939eb5295fbdbe Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Fri, 11 Aug 2023 10:34:48 +0800 Subject: [PATCH] ci(docs): allow doc build to run immediately after fast template app --- .gitlab/ci/docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/docs.yml b/.gitlab/ci/docs.yml index 8f8a137789..33ab182019 100644 --- a/.gitlab/ci/docs.yml +++ b/.gitlab/ci/docs.yml @@ -76,7 +76,10 @@ check_docs_lang_sync: stage: build_doc tags: - build_docs - dependencies: [] + needs: + - job: fast_template_app + artifacts: false + optional: true script: - cd docs - build-docs -t $DOCTGT -bs $DOC_BUILDERS -l $DOCLANG build