Skip to content

Commit dc2c13b

Browse files
kartbenmmahadevan108
authored andcommitted
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 c7cbe91 commit dc2c13b

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)