From 204905aa86ebdf87262c102a7bd91ee7b969843b Mon Sep 17 00:00:00 2001 From: LLdaniel Date: Sat, 31 Jan 2026 13:59:51 +0100 Subject: [PATCH] do not stop at filesystem boundaries (testing purposes) --- .github/workflows/build-userguide-pdf.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-userguide-pdf.yml b/.github/workflows/build-userguide-pdf.yml index a29736a..c41471b 100644 --- a/.github/workflows/build-userguide-pdf.yml +++ b/.github/workflows/build-userguide-pdf.yml @@ -50,6 +50,9 @@ jobs: #if: ${{ github.ref_name == 'master' }} run: | # maybe switch to an image with git already included, for now install it here + ls -la + cd "$GITHUB_WORKSPACE" + ls -la apt update && apt install git -y git config --global user.name '${{ env.UG_AUTHOR }}' git config --global user.email '${{ github.actor }}@users.noreply.github.com'