Skip to content

Commit

Permalink
adding some details for failed runs
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Jun 3, 2024
1 parent 923e1db commit 911c036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/templates/to_md.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ try {
} catch {
$maxConcurrentJobs = 4
}
Write-Host "Starting $maxConcurrentJobs Jobs"
$whatever = Split-ArrayInParts -array $idx -parts $maxConcurrentJobs
$jobs = @()
Write-Host "Creating docs pages"
Expand Down

0 comments on commit 911c036

Please sign in to comment.