Skip to content

Commit f620320

Browse files
committed
Update path for static web app configuration to use _site2 directory
1 parent edef16b commit f620320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ jobs:
721721
722722
# Verify and read the merged file content
723723
try {
724-
$content = Get-Content -Path "./staticwebapp.config.json" -ErrorAction Stop
724+
$content = Get-Content -Path "./_site2/staticwebapp.config.json" -ErrorAction Stop
725725
Write-Host "Content of merged config file:"
726726
Write-Output $content
727727
}

0 commit comments

Comments
 (0)