mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
enable export-docs temporarily part 2
This commit is contained in:
parent
2415abc758
commit
69b8cbde75
8
.github/workflows/preview.yml
vendored
8
.github/workflows/preview.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user