Skip to content

Commit afa04aa

Browse files
committed
fix: Update GitHub workflow for API separation
1 parent 9193a99 commit afa04aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/azure-static-web-apps-agreeable-pebble-0216f2f1e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ 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
43+
app_location: "/" # App source code path (frontend)
44+
api_location: "api" # Api source code path (Azure Functions API)
4545
output_location: "dist" # Built app content directory - optional
4646
github_id_token: ${{ steps.idtoken.outputs.result }}
4747
###### End of Repository/Build Configurations ######

0 commit comments

Comments
 (0)