summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-25 12:09:20 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-25 12:09:20 +0200
commitc68d9e96d28554191eec72e30ab96fc381ecaa20 (patch)
tree3e7093ff2621a378a6ed068a7a5afa3c93f1e579
parent7eb1a03b51fc8319f1b3f1d3898bedfbb1588e46 (diff)
downloadliw-ci-c68d9e96d28554191eec72e30ab96fc381ecaa20.tar.gz
publish subplot lib docs
This is a kludge. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ci-prod.ick10
1 files changed, 10 insertions, 0 deletions
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