workflows: fix manual-rendering.yml
the check command didn't set NIX_PATH, so compare-manuals.sh (which is a nix-shell script) failed.
This commit is contained in:
parent
fae1a2aa41
commit
fc6f0ea188
1 changed files with 1 additions and 0 deletions
1
.github/workflows/manual-rendering.yml
vendored
1
.github/workflows/manual-rendering.yml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
|||
- name: Compare DocBook and MD manuals
|
||||
id: check
|
||||
run: |
|
||||
export NIX_PATH=nixpkgs=$(pwd)
|
||||
.github/workflows/compare-manuals.sh \
|
||||
docbook/share/doc/nixos/options.html \
|
||||
md/share/doc/nixos/options.html
|
||||
|
|
Loading…
Reference in a new issue