Skip to content

Commit f33bd65

Browse files
committed
Update app_location in Azure SWA workflow
Changed the `app_location` in `azure-static-web-apps-calm-plant-04da70210.yml` from `"."` to `"/"` to explicitly specify the root directory as the app's source code path. This improves clarity and aligns with the app's build process requirements.
1 parent a7c39af commit f33bd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-static-web-apps-calm-plant-04da70210.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
3030
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3131
#app_location: "Client" # App source code path
32-
app_location: "." # App source code path
32+
app_location: "/" # App source code path
3333
#api_location: "Api" # Api source code path - optional
3434
output_location: "wwwroot" # Built app content directory - optional
3535
###### End of Repository/Build Configurations ######

0 commit comments

Comments
 (0)