Commit a7c39af
committed
Update app_location in Azure SWA workflow
Updated the `app_location` in the Azure Static Web Apps workflow file
(`azure-static-web-apps-calm-plant-04da70210.yml`) from an empty string
(`""`) to `"."` to specify the current directory as the app source code
path. This ensures the workflow correctly identifies the app's source
code for building and deploying.1 parent 7699ba1 commit a7c39af
File tree
1 file changed
+1
-1
lines changed- .github/workflows
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments