From 19d884eefd304c8906f2eb83005b65cb8a5a7322 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 7 Jun 2023 08:45:08 +0300 Subject: be more merciful Sponsored-by: author --- ci-prod.ick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-prod.ick b/ci-prod.ick index 47d295c..36d7dad 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1220,7 +1220,7 @@ pipelines: cd "$(dirname "$file")" if subplot $opts metadata --merciful "$base.subplot" | awk '/^title:/ && NF > 1' | grep . then - subplot $opts docgen "$base.subplot" -o "$output/$base.html" + subplot $opts docgen --merciful "$base.subplot" -o "$output/$base.html" # subplot $opts docgen "$base.subplot" -o "$output/$base.pdf" fi ) -- cgit v1.2.1