From abb0983ee9883691cbefe0c40031453dacc4be2c Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 18 Mar 2025 17:21:22 +0000 Subject: [PATCH] CI: fix nixos manual should rebuild on 'lib/**' changes (cherry picked from commit d6c908b2c517919e97d4592197a8be1674ef293b) --- .github/workflows/manual-nixos-v2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/manual-nixos-v2.yml b/.github/workflows/manual-nixos-v2.yml index d9687774da19..362a73e4bb57 100644 --- a/.github/workflows/manual-nixos-v2.yml +++ b/.github/workflows/manual-nixos-v2.yml @@ -10,6 +10,9 @@ on: # the release notes and some css and js files from there. # See nixos/doc/manual/default.nix - "doc/**" + # Build when something in lib changes + # Since the lib functions are used to 'massage' the options before producing the manual + - "lib/**" permissions: {}