Skip to content

Commit 7699ba1

Browse files
committed
Update Azure SWA workflow app and API paths
Modified `app_location` to point to the root directory by replacing `"Client"` with an empty string. Commented out the `api_location` configuration, which was previously set to `"Api"`. These changes reflect a restructuring of the repository or adjustments to the deployment configuration.
1 parent 6558655 commit 7699ba1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
action: "upload"
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
31-
app_location: "Client" # App source code path
32-
api_location: "Api" # Api source code path - optional
31+
#app_location: "Client" # App source code path
32+
app_location: "" # App source code path
33+
#api_location: "Api" # Api source code path - optional
3334
output_location: "wwwroot" # Built app content directory - optional
3435
###### End of Repository/Build Configurations ######
3536

0 commit comments

Comments
 (0)