From d425aa7fa62462679195e19912119fbde7e78782 Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Thu, 17 Jul 2025 11:55:39 +0200 Subject: [PATCH] Update app and output locations Signed-off-by: Marc Duiker --- .github/workflows/website-v1-15.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-v1-15.yml b/.github/workflows/website-v1-15.yml index ef2a9702d..621f416f1 100644 --- a/.github/workflows/website-v1-15.yml +++ b/.github/workflows/website-v1-15.yml @@ -40,9 +40,9 @@ 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: "/daprdocs" # App source code path + app_location: "/" # App source code path api_location: "api" # Api source code path - optional - output_location: "public" # Built app content directory - optional + output_location: "/daprdocs/public" # Built app content directory - optional app_build_command: "git config --global --add safe.directory /github/workspace && hugo" ###### End of Repository/Build Configurations ######