You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub Wiki is a separate git repository. Files under this repository's `wiki/` folder do not appear in the actual Wiki tab until they are pushed to the wiki repository.
4
+
5
+
## Current solution
6
+
7
+
This repo includes `.github/workflows/sync-wiki.yml`.
8
+
9
+
Run it manually from GitHub Actions:
10
+
11
+
1. Open Actions.
12
+
2. Select `sync-wiki`.
13
+
3. Click `Run workflow`.
14
+
4. Check that the Wiki tab shows the pages.
15
+
16
+
## If the default token cannot push
17
+
18
+
Create a repository secret named `WIKI_TOKEN` with permission to write repository contents and wiki pages, then run the workflow again.
19
+
20
+
## Wiki source
21
+
22
+
Canonical wiki source files live in:
23
+
24
+
```text
25
+
wiki/
26
+
```
27
+
28
+
## Sync loop
29
+
30
+
```mermaid
31
+
flowchart TD
32
+
Edit[Edit repo wiki folder] --> Commit[Commit to main]
0 commit comments