Skip to content

docs: complete wiki rewrite — enterprise-grade documentation (23 pages) #1

docs: complete wiki rewrite — enterprise-grade documentation (23 pages)

docs: complete wiki rewrite — enterprise-grade documentation (23 pages) #1

Workflow file for this run

name: Sync Wiki
on:
push:
branches: [main]
paths:
- 'wiki/**'
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Sync wiki folder to GitHub Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: wiki/
token: ${{ secrets.GITHUB_TOKEN }}