Skip to content

chore: update wiki-publish.yml #12

chore: update wiki-publish.yml

chore: update wiki-publish.yml #12

Workflow file for this run

name: Publish Wiki Pages
on:
push:
branches: [main]
concurrency:
group: publish-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
publish-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: nglehuy/github-wiki-action@master
with:
strategy: clone
token: ${{ secrets.TOKEN }}
path: ./
preprocess: true