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:
parent
9cc0c726d6
commit
abb0983ee9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/manual-nixos-v2.yml
vendored
3
.github/workflows/manual-nixos-v2.yml
vendored
|
@ -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: {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue