mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
.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
1 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue