docs: note sync_when_online.sh in gitea README

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Manus AI
2026-05-24 08:46:05 +08:00
parent 13d0770ca7
commit af5d0283c6

View File

@@ -10,3 +10,9 @@
| [WIKI_SYNC.md](./WIKI_SYNC.md) | 百科与仓库 `docs/wiki-gitea` 的对应关系 |
百科 Markdown 源文件目录:**`docs/wiki-gitea/`**(推代码后仍在仓库内;同步到 Gitea Wiki 用 **`python3 docs/gitea/publish_wiki.py`**)。
NAS 离线期间已在 GitHub 推送时,恢复后一键补推:
```bash
bash docs/gitea/sync_when_online.sh
```