Build Nixpkgs manual when nixdoc changes
Because this wasn't done previously, a PR was merged that broke the build: https://github.com/NixOS/nixpkgs/pull/302990#issuecomment-2049471406
This commit is contained in:
parent
3669ad7a7b
commit
3b26d563c5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/manual-nixpkgs.yml
vendored
1
.github/workflows/manual-nixpkgs.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
paths:
|
||||
- 'doc/**'
|
||||
- 'lib/**'
|
||||
- 'pkgs/tools/nix/nixdoc/**'
|
||||
|
||||
jobs:
|
||||
nixpkgs:
|
||||
|
|
Loading…
Reference in a new issue