ci: doc: build documentation in CI when files are deleted
Use correct output for the changed-files action so that docs is built in CI when relevant files are *deleted* too, not just added/renamed/modified Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
3f722e1b4d
commit
178e940a45
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
if: >
|
if: >
|
||||||
github.repository_owner == 'zephyrproject-rtos'
|
github.repository_owner == 'zephyrproject-rtos'
|
||||||
outputs:
|
outputs:
|
||||||
file_check: ${{ steps.check-doc-files.outputs.any_changed }}
|
file_check: ${{ steps.check-doc-files.outputs.any_modified }}
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue