.github/workflows: build the nixos manual also when doc/ changed
We import things like the nixpkgs release notes, and the css and js files from doc/ into nixos/doc/, so building the nixos manual whenever doc/ was modified, avoids failures reaching master.
This commit is contained in:
parent
d254fd973c
commit
707565040a
6
.github/workflows/manual-nixos-v2.yml
vendored
6
.github/workflows/manual-nixos-v2.yml
vendored
@ -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: {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user