summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-26 12:17:02 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-26 12:17:02 +0200
commitb345478c2622bbbc67a65802e84f82064971ee99 (patch)
treeba60ceadd4bb1382bfe7b4e4085c0301ac72f7de
parentc68d9e96d28554191eec72e30ab96fc381ecaa20 (diff)
downloadliw-ci-b345478c2622bbbc67a65802e84f82064971ee99.tar.gz
fix subplob lib docs publish
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ci-prod.ick7
1 files 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