Skip to content

Commit d794177

Browse files
committed
Update app_location in Azure SWA workflow
Changed app_location in `azure-static-web-apps-calm-plant-04da70210.yml` from "wwwroot" to an empty string (""). This reflects a change in the app's source code location, now assumed to be at the root of the repository.
1 parent 8540f04 commit d794177

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
@@ -40,7 +40,7 @@ jobs:
4040
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
4141
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
4242
#app_location: "Client" # App source code path
43-
app_location: "wwwroot" # App source code path
43+
app_location: "" # App source code path
4444
#api_location: "Api" # Api source code path - optional
4545
#output_location: "wwwroot" # Built app content directory - optional
4646
###### End of Repository/Build Configurations ######

0 commit comments

Comments
 (0)