.github/workflows: build the nixos manual also when doc/ changed (#383333)

This commit is contained in:
Sandro
2025-02-19 16:43:41 +01:00
committed by GitHub
+5 -1
View File
@@ -5,7 +5,11 @@ on:
branches:
- master
paths:
- 'nixos/**'
- "nixos/**"
# Also build when the nixpkgs doc changed, since we take things like
# the release notes and some css and js files from there.
# See nixos/doc/manual/default.nix
- "doc/**"
permissions: {}