From b345478c2622bbbc67a65802e84f82064971ee99 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 26 Dec 2023 12:17:02 +0200 Subject: fix subplob lib docs publish Signed-off-by: Lars Wirzenius Sponsored-by: author --- ci-prod.ick | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ci-prod.ick b/ci-prod.ick index 7090ca4..955b1e4 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -844,7 +844,6 @@ pipelines: if subplot $opts metadata --merciful "$base.subplot" | awk '/^title:/ && NF > 1' | grep . then subplot $opts docgen --merciful "$base.subplot" -o "$output/$base.html" - # subplot $opts docgen "$base.subplot" -o "$output/$base.pdf" fi ) done @@ -1082,7 +1081,7 @@ pipelines: actions: - where: container shell: | - if [ -e test-outputs ]; then - mkdir -p /workspace/publish - cp test-outputs/*.html /workspace/publish + if [ -e test-outputs/libdocs ]; then + mkdir -p /workspace/publish/libdocs + cp test-outputs/*.html /workspace/publish/libdocs fi -- cgit v1.2.1