From 1e599c9bd8a9a9f7ff53e03d70e488b77e9fd3ce Mon Sep 17 00:00:00 2001 From: lzh <52725224+Yourdaylight@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:19:42 +0800 Subject: [PATCH] fix:deploy api dir --- .../workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml b/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml index 05cb6b5..516bb00 100644 --- a/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml +++ b/.github/workflows/azure-static-web-apps-calm-pebble-0989bcc0f.yml @@ -29,7 +29,7 @@ jobs: ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: "/front" # App source code path - api_location: "api" # Api source code path - optional + api_location: "front/api" # Api source code path - optional output_location: "dist/ng_front" # Built app content directory - optional ###### End of Repository/Build Configurations ######