From 3151608d6cb75594f32d68cfc768782f211985f0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 7 Jun 2023 08:06:57 +0300 Subject: fix(pipeline format_subplots): don't format PDF Subplot doesn't produce PDF anymore 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 0f642fd..73a8f23 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1221,7 +1221,7 @@ pipelines: if subplot $opts metadata "$base.subplot" | awk '/^title:/ && NF > 1' | grep . then subplot $opts docgen "$base.subplot" -o "$output/$base.html" - subplot $opts docgen "$base.subplot" -o "$output/$base.pdf" + # subplot $opts docgen "$base.subplot" -o "$output/$base.pdf" fi ) done -- cgit v1.2.1