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