From 5052b14cf9b024735ba3706471cba2e06ce412ff Mon Sep 17 00:00:00 2001 From: balagrivine Date: Fri, 18 Oct 2024 13:24:16 -0700 Subject: [PATCH] fix: update workflow file to fix failing jobs --- .github/workflows/azure-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-deploy.yml b/.github/workflows/azure-deploy.yml index 57b952f..ffbf7ab 100644 --- a/.github/workflows/azure-deploy.yml +++ b/.github/workflows/azure-deploy.yml @@ -26,7 +26,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments) action: "upload" ###### Repository/Build Configurations ###### - app_location: "app" # App source code path relative to repository root + app_location: "/" # App source code path relative to repository root #api_location: "api" # Api source code path relative to repository root - optional #output_location: "public" # Built app content directory, relative to app_location - optional ###### End of Repository/Build Configurations ######