mirror of
https://github.com/Canner/WrenAI.git
synced 2026-09-21 05:17:15 +08:00
16 lines
446 B
YAML
16 lines
446 B
YAML
# Declarative sync config: wren-engine/docs → doc website
|
|
# Actual repo name and branch are stored in GitHub repository variables
|
|
# (vars.DOCS_REPO, vars.DOCS_REPO_BRANCH) — not hardcoded here.
|
|
target_dir: docs/oss/engine
|
|
|
|
# Directories synced (recursive copy, destructive — deletions propagate)
|
|
sync_dirs:
|
|
- get_started
|
|
- concept
|
|
- guide
|
|
- reference
|
|
|
|
# Not synced (excluded by being outside sync_dirs):
|
|
# - README.md
|
|
# - .sync.yml
|