From 9b991f2947e923673bf1917ede7e38b71a39afcb Mon Sep 17 00:00:00 2001 From: HoshinoRei <81515470+HoshinoRei@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:37:56 +0800 Subject: [PATCH] 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. --- docs/content/usage/actions/act-runner.zh-cn.md | 12 ++++++------ 1 file 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 端口映射至主机。