Update gen-docs.sh
This commit is contained in:
committed by
GitHub
parent
f0b5b96987
commit
c05817a4b8
2
.github/scripts/gen-docs.sh
vendored
2
.github/scripts/gen-docs.sh
vendored
@@ -153,5 +153,5 @@ generate_docs() {
|
||||
export -f generate_docs
|
||||
|
||||
parthreads=$(($(nproc) * 2))
|
||||
parallel -j ${parthreads} chart_runner '2>&1' ::: ${1}
|
||||
parallel -j ${parthreads} chart_runner '2>&1' ::: ${1[@]}
|
||||
echo "Starting post-processing"
|
||||
|
||||
Reference in New Issue
Block a user