From 0e102c996e9a760b477a479438db42655faf8330 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Fri, 11 Feb 2022 17:43:32 -0500 Subject: [PATCH] path refresh for quiz app --- .../workflows/azure-static-web-apps-black-ground-0cc93280f.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-black-ground-0cc93280f.yml b/.github/workflows/azure-static-web-apps-black-ground-0cc93280f.yml index a5eb7e0b..d3221698 100644 --- a/.github/workflows/azure-static-web-apps-black-ground-0cc93280f.yml +++ b/.github/workflows/azure-static-web-apps-black-ground-0cc93280f.yml @@ -27,7 +27,7 @@ jobs: action: "upload" ###### 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: "/" # App source code path + app_location: "/quiz-app" # App source code path api_location: "api" # Api source code path - optional output_location: "dist" # Built app content directory - optional ###### End of Repository/Build Configurations ######