Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix document error about 'make trans-copy' #29710

Merged
merged 10 commits into from
Mar 14, 2024
2 changes: 1 addition & 1 deletion docs/content/development/hacking-on-gitea.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ can test your changes to ensure that they pass continuous integration using:

```bash
# from the docs directory within Gitea
techknowlogick marked this conversation as resolved.
Show resolved Hide resolved
make trans-copy clean build
make docs clean build
techknowlogick marked this conversation as resolved.
Show resolved Hide resolved
```

You will require a copy of [Hugo](https://gohugo.io/) to run this task. Please
Expand Down
2 changes: 1 addition & 1 deletion docs/content/development/hacking-on-gitea.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ TAGS="bindata sqlite sqlite_unlock_notify" make build test-sqlite

```bash
# 来自 Gitea 中的 docs 目录
techknowlogick marked this conversation as resolved.
Show resolved Hide resolved
make trans-copy clean build
make docs clean build
techknowlogick marked this conversation as resolved.
Show resolved Hide resolved
```

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