Skip to content

Commit a6e4e1e

Browse files
committed
Fix document error about 'make trans-copy'
1 parent 3c6fc25 commit a6e4e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/development/hacking-on-gitea.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ can test your changes to ensure that they pass continuous integration using:
334334

335335
```bash
336336
# from the docs directory within Gitea
337-
make trans-copy clean build
337+
make docs clean build
338338
```
339339

340340
You will require a copy of [Hugo](https://gohugo.io/) to run this task. Please

docs/content/development/hacking-on-gitea.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ TAGS="bindata sqlite sqlite_unlock_notify" make build test-sqlite
308308

309309
```bash
310310
# 来自 Gitea 中的 docs 目录
311-
make trans-copy clean build
311+
make docs clean build
312312
```
313313

314314
运行此任务依赖于 [Hugo](https://gohugo.io/)。请注意:这可能会生成一些未跟踪的 Git 对象,

0 commit comments

Comments
 (0)