From 5b1f0c5151b3cadb6a3759c51634b4fa1adbdc63 Mon Sep 17 00:00:00 2001 From: LLdaniel Date: Mon, 25 May 2026 22:50:12 +0200 Subject: [PATCH] add debug output lines --- .github/workflows/build-userguide-pdf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-userguide-pdf.yml b/.github/workflows/build-userguide-pdf.yml index 82f6de7..6eb0977 100644 --- a/.github/workflows/build-userguide-pdf.yml +++ b/.github/workflows/build-userguide-pdf.yml @@ -51,7 +51,8 @@ jobs: git config --global user.name '${{ env.UG_AUTHOR }}' git config --global user.email '${{ github.actor }}@users.noreply.github.com' # prevent error message due to mismatch in users: process in gh actions vs. owner of repo - git config --global --add safe.directory ${{ github.workspace }} + echo "git config --global --add safe.directory /__w/moderncv/moderncv" + git config --global --add safe.directory /__w/moderncv/moderncv ls -l git add manual/moderncv_userguide.pdf git commit -m "${{ env.UG_COMMIT_MESSAGE }}"