Skip to content

Commit

Permalink
doc: ci: Build documentation on board documentation changes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kartben authored and mmahadevan108 committed Nov 8, 2024
1 parent c7cbe91 commit dc2c13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
files: |
doc/
boards/**/doc/
**.rst
include/
kernel/include/kernel_arch_interface.h
Expand Down

0 comments on commit dc2c13b

Please sign in to comment.