CI: fix nixos manual should rebuild on 'lib/**' changes (#391020)

This commit is contained in:
Jörg Thalheim
2025-03-18 19:21:04 +01:00
committed by GitHub
+3
View File
@@ -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: {}