Skip to content

Commit 7a37a81

Browse files
authored
Modify Azure Static Web Apps workflow configuration
Updated API and output locations in the Azure Static Web Apps workflow.
1 parent 90bf7b8 commit 7a37a81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/azure-static-web-apps-icy-moss-08c800c03.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
action: "upload"
4141
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
4242
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
43-
app_location: "/" # App source code path
44-
api_location: "" # Api source code path - optional
45-
output_location: ".output" # Built app content directory - optional
43+
app_location: '/' # App source code path
44+
api_location: '.output/server' # Api source code path - optional
45+
output_location: '.output/public' # Built app content directory - optional
4646
github_id_token: ${{ steps.idtoken.outputs.result }}
4747
###### End of Repository/Build Configurations ######
4848

@@ -57,3 +57,4 @@ jobs:
5757
with:
5858
action: "close"
5959

60+

0 commit comments

Comments
 (0)