From c68d9e96d28554191eec72e30ab96fc381ecaa20 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Dec 2023 12:09:20 +0200 Subject: publish subplot lib docs This is a kludge. Signed-off-by: Lars Wirzenius Sponsored-by: author --- ci-prod.ick | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ci-prod.ick b/ci-prod.ick index a992dca..7090ca4 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -374,6 +374,7 @@ projects: - build_deb_ci_with_rustup_rust - build_deb_releases - ick/upload_debs + - publish_subplot_lib_docs - format_subplots - ick/save_workspace @@ -1076,3 +1077,12 @@ pipelines: - where: host action: rsync + + - pipeline: publish_subplot_lib_docs + actions: + - where: container + shell: | + if [ -e test-outputs ]; then + mkdir -p /workspace/publish + cp test-outputs/*.html /workspace/publish + fi -- cgit v1.2.1