Skip to content

#1290 wiki update, onefetch requires cmake to build #20

#1290 wiki update, onefetch requires cmake to build

#1290 wiki update, onefetch requires cmake to build #20

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/[email protected]
with:
token: ${{ secrets.WIKI_TOKEN }}