0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

CI: fix nixos manual should rebuild on 'lib/**' changes

(cherry picked from commit d6c908b2c5)
This commit is contained in:
Johannes Kirschbauer 2025-03-18 17:21:22 +00:00
parent 9cc0c726d6
commit abb0983ee9
No known key found for this signature in database

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: {}