ci: remove old paths in doc-build workflow
Documentation build still contained references to the old top Makefile and old known-issues folder. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
89c8a4f09e
commit
7a6efbd9ed
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -6,7 +6,6 @@ name: Documentation GitHub Workflow
|
|||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'Makefile'
|
||||
- 'doc/**'
|
||||
- '**.rst'
|
||||
- 'include/**'
|
||||
|
@ -14,7 +13,6 @@ on:
|
|||
- 'lib/libc/**'
|
||||
- 'subsys/testsuite/ztest/include/**'
|
||||
- 'tests/**'
|
||||
- '.known-issues/doc/**'
|
||||
- '**/Kconfig*'
|
||||
- 'west.yml'
|
||||
- '.github/workflows/doc-build.yml'
|
||||
|
|
Loading…
Reference in a new issue