From e2290cff9514b311758ae108231cf309ea3b587a Mon Sep 17 00:00:00 2001 From: Hanwen Cheng Date: Tue, 14 Apr 2026 15:32:57 +0800 Subject: [PATCH] docs(wiki): test publish-wiki workflow --- wiki/Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/Home.md b/wiki/Home.md index ecf1e8d3..5a335a69 100644 --- a/wiki/Home.md +++ b/wiki/Home.md @@ -33,4 +33,6 @@ AgentKeys is a credential custody service: a TEE-backed vault that issues long-l 3. Merge to `main`. 4. The `Publish wiki` GitHub Action mirrors `wiki/**` to the wiki repo. +A maintainer can also trigger the mirror manually from the repo's Actions tab — the workflow exposes `workflow_dispatch` for re-runs against an unchanged `wiki/` tree. + See `.github/workflows/publish-wiki.yml` for the implementation.