From c6b1087060f3c301604cd4a7bb0fcb4bda411637 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Tue, 18 Jul 2023 18:19:04 -0400 Subject: [PATCH] attempt to fix build Signed-off-by: Hannah Hunter --- .github/workflows/website-v1-8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-v1-8.yml b/.github/workflows/website-v1-8.yml index c374f64249c..9eaef7642c9 100644 --- a/.github/workflows/website-v1-8.yml +++ b/.github/workflows/website-v1-8.yml @@ -37,7 +37,7 @@ jobs: app_location: "/daprdocs" # App source code path api_location: "api" # Api source code path - optional output_location: "public" # Built app content directory - optional - app_build_command: "hugo" + app_build_command: "git config --global --add safe.directory /github/workspace && hugo" ###### End of Repository/Build Configurations ###### close_pull_request_job: