This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push: new f0980495180 [hotfix] Move permission fix to correct line f0980495180 is described below commit f09804951809f7dbaa748b07ac8dc9837fa7babf Author: Chesnay Schepler <ches...@apache.org> AuthorDate: Tue Nov 14 10:50:20 2023 +0100 [hotfix] Move permission fix to correct line --- .github/workflows/docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh index 0304b78e8e4..179a8dbe64a 100755 --- a/.github/workflows/docs.sh +++ b/.github/workflows/docs.sh @@ -30,11 +30,11 @@ if ! curl --fail -OL $HUGO_REPO ; then exit 1 fi tar -zxvf $HUGO_ARTIFACT -C /usr/local/bin +# workaround for a git security patch +git config --global --add safe.directory /root/flink git submodule update --init --recursive # Setup the external documentation modules cd docs -# workaround for a git security patch -git config --global --add safe.directory /root/flink source setup_docs.sh cd .. # Build the docs