Explorar el Código

Merge branch 'ci/rst_change_preview' into 'master'

ci: deploy doc previews when .rst files are changed

See merge request espressif/esp-idf!15500
Marius Vikhammer hace 4 años
padre
commit
a1f8147a93
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .gitlab/ci/docs.yml

+ 5 - 0
.gitlab/ci/docs.yml

@@ -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