summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-06-07 08:06:57 +0300
committerLars Wirzenius <liw@liw.fi>2023-06-07 08:06:57 +0300
commit3151608d6cb75594f32d68cfc768782f211985f0 (patch)
treedbdbda571f5de38727abe3e470bb6b82402c1122
parentbc18841fe3efe2b17de117b516617db60bc5a161 (diff)
downloadliw-ci-3151608d6cb75594f32d68cfc768782f211985f0.tar.gz
fix(pipeline format_subplots): don't format PDF
Subplot doesn't produce PDF anymore 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 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