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:
pennae 2022-09-11 03:08:01 +02:00 committed by zowoq
parent fae1a2aa41
commit fc6f0ea188

View File

@ -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