enable export-docs temporarily part 2

This commit is contained in:
Jonathan Shook 2025-01-14 10:17:55 -06:00
parent 2415abc758
commit 69b8cbde75

View File

@ -111,12 +111,18 @@ jobs:
name: javadocs name: javadocs
path: target/nosqlbench-*-javadoc.jar path: target/nosqlbench-*-javadoc.jar
# Not sure if this is intended with the new flow, but its absence # Not sure if these are intended with the new flow, but its absence
# is breaking downstream jobs, so adding it here as a temporary # is breaking downstream jobs, so adding it here as a temporary
# remedy for now # remedy for now
- name: export docs - name: export docs
if: success() if: success()
run: nb5/target/nb5 export-docs run: nb5/target/nb5 export-docs
- name: upload docs artifact
if: success()
uses: actions/upload-artifact@v4
with:
name: exported-docs
path: exported_docs.zip
- name: prepare release summary - name: prepare release summary
id: prepare_summary id: prepare_summary