File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -688,9 +688,8 @@ jobs:
688688
689689 # Paths to main and environment-specific config files
690690 $environment = ("${{ (needs.Setup.outputs.nkdAgility_Ring) }}").ToLower()
691- $rootConfig = "./_site/staticwebapp.config.json"
692- $environmentConfig = "./_site/staticwebapp.config.$environment.json"
693- # $routesConfig = "./_site/staticwebapp.config.routes.json"
691+ $rootConfig = "./_site2/staticwebapp.config.json"
692+ $environmentConfig = "./_site2/staticwebapp.config.$environment.json"
694693
695694 # Check if both target files exist
696695 if ((Test-Path -Path $rootConfig -ErrorAction Stop) -and (Test-Path -Path $environmentConfig -ErrorAction Stop)) {
@@ -700,7 +699,7 @@ jobs:
700699
701700 if ($mergedContent -ne "") {
702701 # Write the merged content to the output file
703- $mergedContent | Set-Content -Path "./staticwebapp.config.json"
702+ $mergedContent | Set-Content -Path "./_site2/ staticwebapp.config.json"
704703 Write-Host "Merged JSON files successfully."
705704 }
706705 else {
You can’t perform that action at this time.
0 commit comments