doc: ci: Build documentation on board documentation changes
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é <benjamin@zephyrproject.org>
This commit is contained in:
parent
c7cbe91760
commit
dc2c13bebd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/doc-build.yml
vendored
1
.github/workflows/doc-build.yml
vendored
|
|
@ -42,6 +42,7 @@ jobs:
|
|||
with:
|
||||
files: |
|
||||
doc/
|
||||
boards/**/doc/
|
||||
**.rst
|
||||
include/
|
||||
kernel/include/kernel_arch_interface.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue