Skip to content

chore: Fix broken Wiki and Stale gh actions (#1211) #10

chore: Fix broken Wiki and Stale gh actions (#1211)

chore: Fix broken Wiki and Stale gh actions (#1211) #10

Workflow file for this run

name: 📖 Publish wiki
on:
push:
branches: [ main ]
paths:
- wiki/**
- .github/workflows/publish-wiki.yml
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- name: 🔧 Checkout
uses: actions/checkout@v4
- name: 📖 Build Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4