From 178e940a456304eb43d6f341e8db600efe1595eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Sun, 25 Aug 2024 12:33:53 +0200 Subject: [PATCH] ci: doc: build documentation in CI when files are deleted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- .github/workflows/doc-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index d5be2593cf3..a9081f16913 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -29,7 +29,7 @@ jobs: if: > github.repository_owner == 'zephyrproject-rtos' outputs: - file_check: ${{ steps.check-doc-files.outputs.any_changed }} + file_check: ${{ steps.check-doc-files.outputs.any_modified }} steps: - name: checkout uses: actions/checkout@v4