mirror of
https://github.com/truecharts/charts.git
synced 2026-07-11 01:31:23 -03:00
try ci patch again...
This commit is contained in:
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user