This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.8 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 66074c28f0f414186cb3e48a6ed3e51465eee0be Author: wgcn <[email protected]> AuthorDate: Tue Jun 4 22:34:37 2024 +0800 [minor] Document specify hugo version (#3471) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 439ab5d14..de0a7d16b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,8 +8,8 @@ that you always have docs corresponding to your checked-out version. ### Build the site locally -Make sure you have installed -[Hugo](https://gohugo.io/getting-started/installing/) on your system. +Make sure you have installed Hugo on your system. +Note: An extended version of Hugo <= 0.124.1 is required. you can Find this at [Hugo](https://github.com/gohugoio/hugo/releases/tag/v0.124.1) From this directory:
