From 69af5de4390bc0bb9a2af5ec944d1592151d8b61 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Tue, 9 May 2023 11:27:56 -0400 Subject: [PATCH] copy yaron fix (#3397) Signed-off-by: Hannah Hunter --- .github/workflows/website-v1-10.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-v1-10.yml b/.github/workflows/website-v1-10.yml index 33b7bbe32..d5b6f4270 100644 --- a/.github/workflows/website-v1-10.yml +++ b/.github/workflows/website-v1-10.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - fetch-depth: 0 + fetch-depth: 0 - name: Setup Docsy run: cd daprdocs && git submodule update --init --recursive && sudo npm install -D --save autoprefixer && sudo npm install -D --save postcss-cli - name: Build And Deploy @@ -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: