fixing wiki generation (#38)
Build and publish release / metadata (push) Canceled after 0s
Build and publish release / create-release (push) Canceled after 0s
Build and publish release / build (push) Canceled after 0s
Build and publish release / publish-release (push) Canceled after 0s
Generate and publish developer Wiki / generated-wiki (push) Failing after 43s

Reviewed-on: #38
Co-authored-by: Koda YeenBean <n122330@gmail.com>
This commit was merged in pull request #38.
This commit is contained in:
2026-07-19 22:34:26 +01:00
committed by Koda
parent 8bf3e03de8
commit 4f30a031bb
13 changed files with 105 additions and 62 deletions
+3 -3
View File
@@ -74,11 +74,11 @@ make package/OpenUniFi/compile
packages installed; it is not a host-side substitute for the cross-build.
Architecture pages for the Gitea Wiki are generated from the recursive C source
tree. After source or architecture changes, run:
tree into a separate checkout. After source or architecture changes, run:
```sh
./scripts/docs/generate-wiki.py
./scripts/docs/generate-wiki.py --check
./scripts/docs/generate-wiki.py --output /path/to/openunifi.wiki
./scripts/docs/generate-wiki.py --check --output /path/to/openunifi.wiki
```
There is currently no automated test suite. For documentation-only changes,