Skip to content

Commit 260916a

Browse files
committed
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é <[email protected]>
1 parent 6798064 commit 260916a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
files: |
4444
doc/
45+
boards/**/doc/
4546
**.rst
4647
include/
4748
kernel/include/kernel_arch_interface.h

0 commit comments

Comments
 (0)