This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new 087d541f42f [hotfix][docs] Remove jekyll-gist update from build script
087d541f42f is described below

commit 087d541f42f88fa4404c8032ddd7d1c41f2d335b
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Feb 19 15:59:31 2026 +0100

    [hotfix][docs] Remove jekyll-gist update from build script
    
    The jekyll-gist gem is not used on this branch, so bundle update 
jekyll-gist fails.
---
 docs/build_docs.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/build_docs.sh b/docs/build_docs.sh
index 398903c07a0..aa08f4c21f1 100755
--- a/docs/build_docs.sh
+++ b/docs/build_docs.sh
@@ -42,8 +42,6 @@ if [ "`command -v bundle`" == "" ]; then
 fi
 
 # Install Ruby dependencies locally
-# Fix jekyll-gist dependency metadata issue
-bundle update jekyll-gist
 bundle install --path .rubydeps
 
 DOCS_SRC=${DIR}

Reply via email to