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

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


The following commit(s) were added to refs/heads/master by this push:
     new fe06d668087 hotfix][docs] Fix uv PATH for Chinese docs build in CI
fe06d668087 is described below

commit fe06d6680873da4d619e9b809fe9c9cab9387b36
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Feb 19 11:56:30 2026 +0100

    hotfix][docs] Fix uv PATH for Chinese docs build in CI
---
 .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 b39a28cc21d..7b37dcdf973 100755
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -97,8 +97,8 @@ if [ -f  ./flink-python/dev/lint-python.sh ]; then
     PYFLINK_GATEWAY_DISABLED=1 ./flink-python/dev/lint-python.sh -i "sphinx"
 
     # build Chinese python docs into _build/html/zh/ subdirectory
-    # Ensure uv (installed by lint-python.sh) is on PATH so the Makefile 
auto-detects it
-    export PATH="$(pwd)/flink-python/dev/download:$PATH"
+    # Ensure uv (installed by lint-python.sh into .uv/bin/) is on PATH so the 
Makefile auto-detects it
+    export PATH="$(pwd)/flink-python/dev/.uv/bin:$PATH"
     pushd flink-python/docs
     make zh
     popd

Reply via email to