Skip to content

Commit a53dbe8

Browse files
committed
Update app_location to output/wwwroot in SWA deploy step
Changed app_location in Azure Static Web Apps deployment from "output" to "output/wwwroot" to ensure the correct directory is used for static site files. No other configuration changes were made.
1 parent 192fa76 commit a53dbe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure-static-web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_FOREST_0C3A9ED10 }}
6161
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
6262
action: "upload"
63-
app_location: "output" # Path to your .csproj folder
63+
app_location: "output/wwwroot" # Path to your .csproj folder
6464
api_location: "" # Leave empty if no API
6565
output_location: "output/wwwroot"
6666
skip_api_build: true

0 commit comments

Comments
 (0)