From 260916a6a22a48d453bd9d735af45fa1899b15e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 8 Nov 2024 11:40:00 +0100 Subject: [PATCH] doc: ci: Build documentation on board documentation changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds glob expression triggering CI for *all* changes in boards' documentation, not just those matching the "*.rst" pattern since there can also be images being changed without any other change on RST files. Signed-off-by: Benjamin Cabé --- .github/workflows/doc-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index c7009b2450c6a..7564d163f81d5 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -42,6 +42,7 @@ jobs: with: files: | doc/ + boards/**/doc/ **.rst include/ kernel/include/kernel_arch_interface.h