From 24454656a97b8d1a4ec95475455812d0e117d26e32062719aa016f8978fe3eae Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Mon, 2 Jun 2025 09:47:23 +0200 Subject: [PATCH] V8.03.142.2025.06.02 Signed-off-by: Marc S. Weidner --- .gitea/workflows/render-md-to-html.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/render-md-to-html.yaml b/.gitea/workflows/render-md-to-html.yaml index 485adcd..af1e8ab 100644 --- a/.gitea/workflows/render-md-to-html.yaml +++ b/.gitea/workflows/render-md-to-html.yaml @@ -141,16 +141,16 @@ jobs: -o "${out}" done - - name: Sync with remote before commit to avoid Job Race Conditions. - shell: bash - env: - GIT_SSH_COMMAND: "ssh -p 42842" - run: | - export GNUPGHOME="$(pwd)/.gnupg" - git fetch origin master - git rebase origin/master - git status - git log --oneline -n 5 + #- name: Sync with remote before commit to avoid Job Race Conditions. + # shell: bash + # env: + # GIT_SSH_COMMAND: "ssh -p 42842" + # run: | + # export GNUPGHOME="$(pwd)/.gnupg" + # git fetch origin master + # git rebase origin/master + # git status + # git log --oneline -n 5 - name: Stage generated files. shell: bash