This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 58d5a11d8 fix: docs.sh for 1.4
58d5a11d8 is described below
commit 58d5a11d8cf49a63cfe78857f5251ec05443d23d
Author: JingsongLi <[email protected]>
AuthorDate: Thu May 21 20:40:54 2026 +0800
fix: docs.sh for 1.4
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bbaba9504..2b1d7ce0e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -95,7 +95,7 @@ jobs:
run: |
declare -a versions=${{ env.versions }}
current_dir=$(pwd)
- cp ./.github/workflows/docs.sh /tmp/paimon/docs.sh
+ cp ./.github/workflows/docs.sh /tmp/docs.sh
for version in "${versions[@]}"
do
# delete old document
@@ -117,7 +117,7 @@ jobs:
cp -r build/* "$current_dir"/docs/"$version"
cd /tmp/paimon
else
- . ./docs.sh
+ . /tmp/docs.sh
cp -r docs/target/* "$current_dir"/docs/"$version"
fi
# clean up