docs: rename "documentation site" to "project wiki"

Consistent terminology across README, CONTRIBUTING, and CI step name.
This commit is contained in:
2026-09-18 20:57:53 -04:00
parent b8e97d7223
commit d9410701e3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ jobs:
- name: Generate site content
run: python3 docs/build-manual.py --site
- name: Build documentation site
- name: Build project wiki
working-directory: docs/site
run: |
npm ci