Skip to content

#1341, update wiki

#1341, update wiki #22

Workflow file for this run

name: Sync Wiki
on:
push:
branches: [main]
paths:
- ".github/wiki/**"
workflow_dispatch:
jobs:
update-wiki:
runs-on: ubuntu-latest
name: Sync Wiki
concurrency:
group: wiki
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: spenserblack/actions-wiki@v0.1
with:
token: ${{ secrets.WIKI_TOKEN }}