fixing wiki generation some more
Generate and publish developer Wiki / validate-wiki (pull_request) Successful in 17s
Generate and publish developer Wiki / publish-wiki (pull_request) Skipped

This commit is contained in:
2026-07-19 21:45:34 +00:00
parent 4f30a031bb
commit 47da0b9ab3
2 changed files with 33 additions and 12 deletions
+6 -3
View File
@@ -71,9 +71,12 @@ so both run natively on ARM and x86 build agents.
Publishing is an explicit authenticated step: `./scripts/docs/publish-wiki.sh`.
The script derives the lowercase `.wiki.git` repository URL from `origin`,
checks it out before generating, and accepts an explicit URL override. No
credentials are stored in this repository. The documentation workflow performs
the same two-checkout process and requires `GITEA_TOKEN` to have write access to
`Koda/openunifi.wiki`.
credentials are stored in this repository. The documentation workflow clones the
Wiki Git endpoint directly because it is not a normal API repository. Its
publishing job requests Gitea's `wiki: write` permission for `GITEA_TOKEN` and
passes the token through a transient HTTP authentication header. Repository
Actions settings must allow Wiki write access because Gitea clamps requested
job permissions to the configured maximum.
## Automated releases