summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-06-07 08:45:08 +0300
committerLars Wirzenius <liw@liw.fi>2023-06-07 08:45:08 +0300
commit19d884eefd304c8906f2eb83005b65cb8a5a7322 (patch)
treeff3296ac45172936042bcdffdad8a3a6fb0d1bcf
parent2f405d21418d0a157059005c977fcb45657e3ba1 (diff)
downloadliw-ci-19d884eefd304c8906f2eb83005b65cb8a5a7322.tar.gz
be more merciful
Sponsored-by: author
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
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
)