This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch docs-ci-rsync-dev
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/docs-ci-rsync-dev by this push:
new 0c532ff6 Fix git safe dir error
0c532ff6 is described below
commit 0c532ff68c53ee5128c2674a56b799eec7696713
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Sep 29 13:14:17 2025 +0200
Fix git safe dir error
---
.github/workflows/docs.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 29f08706..c02444b7 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -49,7 +49,10 @@ jobs:
fi
- name: Build documentation
run: |
- docker run --rm --volume "$PWD:/root/flink-kubernetes-operator"
chesnay/flink-ci:java_8_11_17_21_maven_386_jammy bash -c "cd
/root/flink-kubernetes-operator && ./.github/workflows/docs.sh"
+ docker run --rm \
+ --volume "$PWD:/root/flink-kubernetes-operator" \
+ chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
+ bash -lc 'git config --global --add safe.directory
/root/flink-kubernetes-operator && cd /root/flink-kubernetes-operator &&
./.github/workflows/docs.sh'
- name: Upload documentation
uses: ./.github/actions/rsync-deployments
with: