From 85bd8a35c7619af552796ada76aae41d9620e9d5 Mon Sep 17 00:00:00 2001 From: tsreaper Date: Fri, 19 Apr 2024 14:07:47 +0800 Subject: [PATCH] [ci] Use hugo v0.124.1 to build documents (#3239) This closes #3239. --- .github/workflows/docs-tests.yml | 2 +- docs/content/flink/action-jars.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-tests.yml b/.github/workflows/docs-tests.yml index e15988f360fa..1faec3ea3a75 100644 --- a/.github/workflows/docs-tests.yml +++ b/.github/workflows/docs-tests.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.124.1' extended: true - name: Build diff --git a/docs/content/flink/action-jars.md b/docs/content/flink/action-jars.md index c0dbac27ada8..002d5e683b69 100644 --- a/docs/content/flink/action-jars.md +++ b/docs/content/flink/action-jars.md @@ -26,7 +26,7 @@ under the License. # Action Jars -After the Flink Local Cluster has been started, you can execute the action jar by using the following command +After the Flink Local Cluster has been started, you can execute the action jar by using the following command. ``` /bin/flink run \ @@ -35,7 +35,7 @@ After the Flink Local Cluster has been started, you can execute the action jar b ``` -The following command will used to compact a table +The following command is used to compact a table. ``` /bin/flink run \