summaryrefslogtreecommitdiff
path: root/ci-prod.ick
diff options
context:
space:
mode:
Diffstat (limited to 'ci-prod.ick')
-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