

























@@ -22,6 +22,7 @@ Internal note for the docs publish pipeline. This file is under `docs/.i18n`, wh
22227. Per-locale translation jobs run in parallel with `fail-fast: false`.
23238. Each locale job uploads an artifact for the requested source SHA.
24249. The finalizer downloads available artifacts, ignores stale or failed payloads, and pushes one aggregate i18n commit.
25+10. After the aggregate commit lands, the finalizer dispatches the Pages deploy and live smoke workflows once.
25262627## Debounce policy
2728@@ -98,6 +99,8 @@ The weekly run is the repair mechanism for LLM flakiness, partial failures, and
989999100English deploys from source sync commits.
100101101-Translations deploy from the aggregate i18n commit. A hot docs day should produce many fast English deploys, but only a small number of locale deploys.
102+Translations deploy after the aggregate i18n commit. The finalizer dispatches GitHub Pages and live smoke once because GitHub suppresses normal push-triggered workflow runs from `GITHUB_TOKEN` commits.
103+104+A hot docs day should produce many fast English deploys, but only a small number of locale deploys.
102105103106If external deploy providers such as Mintlify watch every push, the aggregate i18n commit is the load reducer. Avoid restoring per-locale pushes to `main`.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。