enable export-docs temporarily

This commit is contained in:
Jonathan Shook 2025-01-14 10:06:40 -06:00
parent c0db7a195a
commit 2415abc758

View File

@ -111,6 +111,13 @@ jobs:
name: javadocs
path: target/nosqlbench-*-javadoc.jar
# Not sure if this is intended with the new flow, but its absence
# is breaking downstream jobs, so adding it here as a temporary
# remedy for now
- name: export docs
if: success()
run: nb5/target/nb5 export-docs
- name: prepare release summary
id: prepare_summary
run: |