try ci patch again...

This commit is contained in:
kjeld Schouten-Lebbing
2022-04-03 10:47:34 +02:00
parent 11a4285f05
commit d8245dbc81
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
run: |
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/gen-docs.sh ${CHARTS[@]} '2>&1' ::: ${1[@]}
parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]}
- name: Fix Pre-Commit issues