fix(scripts): GitHub sanitize rewrites kalinamall doc URLs reliably

This commit is contained in:
PTah
2026-07-07 20:22:22 +10:00
parent e21fae2ae5
commit ac2384a479
3 changed files with 22 additions and 7 deletions
+1
View File
@@ -28,6 +28,7 @@ foreach ($file in $files) {
if ($file -like 'scripts/Sanitize-ForGitHub.ps1') { continue }
if ($file -like 'scripts/Test-NoSecretsForGitHub.ps1') { continue }
if ($file -like 'scripts/Push-GitHubMirror.ps1') { continue }
if ($file -like 'scripts/Push-Mirror.ps1') { continue }
$text = Get-Content -LiteralPath $file -Raw -ErrorAction SilentlyContinue
if ([string]::IsNullOrEmpty($text)) { continue }