ci: deploy doc previews when .rst files are changed

This commit is contained in:
Marius Vikhammer 2021-10-13 18:19:05 +08:00
parent ca49e96186
commit 59e3697963

View File

@ -8,6 +8,9 @@
- "tools/kconfig_new/**/*"
- "CONTRIBUTING.rst"
.patterns-docs-preview: &patterns-docs-preview
- "docs/**/*"
.if-protected: &if-protected
if: '($CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_BRANCH =~ /^release\/v/ || $CI_COMMIT_TAG =~ /^v\d+\.\d+(\.\d+)?($|-)/)'
@ -170,6 +173,8 @@ deploy_docs_preview:
rules:
- <<: *if-label-build_docs
- <<: *if-label-docs
- <<: *if-dev-push
changes: *patterns-docs-preview
dependencies:
- build_docs_html_fast
- build_docs_html_full