Skip to content

Sync docs/wiki to GitHub Wiki #1

Sync docs/wiki to GitHub Wiki

Sync docs/wiki to GitHub Wiki #1

Workflow file for this run

name: Sync docs/wiki to GitHub Wiki
on:
push:
branches: [main]
paths:
- 'docs/wiki/**'
- '.github/workflows/wiki-sync.yml'
workflow_dispatch:
permissions:
contents: write
jobs:
sync-wiki:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Sync to Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: docs/wiki/
strategy: clone
commit-message: "wiki: sync from ${{ github.sha }}"