Skip to content

Commit

Permalink
fix dummy project folder (#851)
Browse files Browse the repository at this point in the history
Co-authored-by: freddydk <freddydk@users.noreply.github.com>
  • Loading branch information
freddydk and freddydk authored Dec 12, 2023
1 parent 4aa78c8 commit e4754fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function GenerateTocYml {
}
}
$allApps | ConvertTo-Json -Depth 99 | Out-Host
if ($allApps.Keys.Count -eq 1 -and $allApps.Keys[0] -eq $repoName) {
if ($allApps.Keys.Count -eq 1 -and ($allApps.Keys[0] -eq $repoName -or $allApps.Keys[0] -eq 'dummy')) {
# Single project repo - do not use project names as folders
$groupByProject = $false
}
Expand Down

0 comments on commit e4754fc

Please sign in to comment.