Skip to content

Commit 2b6f5b2

Browse files
authored
Merge pull request #2114 from poissoncorp/RDoc-3472
RDoc-3472 Fix What's New building on TC
2 parents bbf63e8 + f658549 commit 2b6f5b2

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)