From c05817a4b8e725cb6fa4e4754a0304e8394378d3 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 3 Apr 2022 10:33:07 +0200 Subject: [PATCH] Update gen-docs.sh --- .github/scripts/gen-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/gen-docs.sh b/.github/scripts/gen-docs.sh index edb57fc8368..d7e149a3675 100755 --- a/.github/scripts/gen-docs.sh +++ b/.github/scripts/gen-docs.sh @@ -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"