Skip to content

Commit

Permalink
[ci] Use hugo v0.124.1 to build documents (apache#3239)
Browse files Browse the repository at this point in the history
This closes apache#3239.
  • Loading branch information
tsreaper authored Apr 19, 2024
1 parent e27ceb4 commit 85bd8a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/content/flink/action-jars.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
<FLINK_HOME>/bin/flink run \
Expand All @@ -35,7 +35,7 @@ After the Flink Local Cluster has been started, you can execute the action jar b
<args>
```

The following command will used to compact a table
The following command is used to compact a table.

```
<FLINK_HOME>/bin/flink run \
Expand Down

0 comments on commit 85bd8a3

Please sign in to comment.