Unverified Commit bc8560e9 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

parents 7df90d8a d6c908b2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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: {}