Skip to content

Commit f658549

Browse files
committed
RDoc-3472 Fix What's New building on TC
1 parent bbf63e8 commit f658549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if ($Versions) {
9999
ThrowIfEmpty $Env:WHATS_NEW_URL 'WHATS_NEW_URL env var must be set when specifying versions'
100100
}
101101

102-
Process-Changelogs -VersionsToBuild $Versions
102+
Process-Changelogs -WhatsNewVersions $Versions
103103

104104
Write-Host 'Installing JS dependencies (npm ci)...' -ForegroundColor Cyan
105105
$env:NODE_OPTIONS = '--max-old-space-size=8192'

0 commit comments

Comments
 (0)