We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edef16b commit f620320Copy full SHA for f620320
.github/workflows/main.yml
@@ -721,7 +721,7 @@ jobs:
721
722
# Verify and read the merged file content
723
try {
724
- $content = Get-Content -Path "./staticwebapp.config.json" -ErrorAction Stop
+ $content = Get-Content -Path "./_site2/staticwebapp.config.json" -ErrorAction Stop
725
Write-Host "Content of merged config file:"
726
Write-Output $content
727
}
0 commit comments