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:
Gerard Marull-Paretas 2021-04-07 16:56:02 +02:00 committed by Ioannis Glaropoulos
parent 89c8a4f09e
commit 7a6efbd9ed

View file

@ -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'