diff options
author | HoshinoRei <81515470+HoshinoRei@users.noreply.github.com> | 2023-10-22 19:37:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-22 19:37:56 +0800 |
commit | 9b991f2947e923673bf1917ede7e38b71a39afcb (patch) | |
tree | 7b83ddc75a5dbc7f61b445844555dcdaeb729d5a /docs/content/usage/actions/act-runner.zh-cn.md | |
parent | a5bdcfc863f674aa12b7f552a572c4ac367480a9 (diff) | |
download | gitea-9b991f2947e923673bf1917ede7e38b71a39afcb.tar.gz gitea-9b991f2947e923673bf1917ede7e38b71a39afcb.zip |
Fix an indentation in the Chinese documentation of Act Runner (#27730)
In the [English
document](https://docs.gitea.com/1.21/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image),
there is indentation here, but there is no indentation in the Chinese
document.
Diffstat (limited to 'docs/content/usage/actions/act-runner.zh-cn.md')
-rw-r--r-- | docs/content/usage/actions/act-runner.zh-cn.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/usage/actions/act-runner.zh-cn.md b/docs/content/usage/actions/act-runner.zh-cn.md index f1404bf0b4..11b69960f7 100644 --- a/docs/content/usage/actions/act-runner.zh-cn.md +++ b/docs/content/usage/actions/act-runner.zh-cn.md @@ -208,12 +208,12 @@ services: ```yaml cache: -enabled: true -dir: "" -# 使用步骤 1. 获取的 LAN IP -host: "192.168.8.17" -# 使用步骤 2. 获取的端口号 -port: 8088 + enabled: true + dir: "" + # 使用步骤 1. 获取的 LAN IP + host: "192.168.8.17" + # 使用步骤 2. 获取的端口号 + port: 8088 ``` - 4.启动容器时, 将 Cache 端口映射至主机。 |