doc-build.yml: add top-level Makefile
Dunno why the top-level Makefile is doc/ specific but it is. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
eb534d39d2
commit
2fd1d3ca07
1 changed files with 1 additions and 0 deletions
1
.github/workflows/doc-build.yml
vendored
1
.github/workflows/doc-build.yml
vendored
|
@ -6,6 +6,7 @@ name: Documentation GitHub Workflow
|
|||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'Makefile'
|
||||
- 'doc/**'
|
||||
- '**.rst'
|
||||
- 'include/**'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue