From 5eb39824ed1f2608b587ca5aeba6c1a7f0d42cce Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Sun, 23 Aug 2020 18:54:21 +0900 Subject: [PATCH] Update azure-static-web-apps-zealous-ocean-0bb043e1e.yml (Seems that app_artifact_location is relative from app_location) --- .../workflows/azure-static-web-apps-zealous-ocean-0bb043e1e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-zealous-ocean-0bb043e1e.yml b/.github/workflows/azure-static-web-apps-zealous-ocean-0bb043e1e.yml index af95a78..c497450 100644 --- a/.github/workflows/azure-static-web-apps-zealous-ocean-0bb043e1e.yml +++ b/.github/workflows/azure-static-web-apps-zealous-ocean-0bb043e1e.yml @@ -29,7 +29,7 @@ jobs: action: "upload" ###### Repository/Build Configurations - These values can be configured to match you app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "doc/source" # App source code path + app_location: "/" # App source code path api_location: "api" # Api source code path - optional app_artifact_location: "doc/build/html" # Built app content directory - optional ###### End of Repository/Build Configurations ######