try ci fix

This commit is contained in:
kjeld Schouten-Lebbing
2022-04-03 10:43:00 +02:00
parent 016692006a
commit e139c02cc7
2 changed files with 21 additions and 25 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ jobs:
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
run: |
CHARTS=(${{ steps.collect-changes.outputs.modifiedChartsAfterTag }})
.github/scripts/gen-docs.sh ${CHARTS[@]}
parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/gen-docs.sh ${CHARTS[@]} '2>&1' ::: ${1[@]}
- name: Fix Pre-Commit issues
shell: bash