Skip to content

Merge pull request #4 from coreflake1/phase0/remove-openke-legacy #3

Merge pull request #4 from coreflake1/phase0/remove-openke-legacy

Merge pull request #4 from coreflake1/phase0/remove-openke-legacy #3

Workflow file for this run

name: Publish wiki
on:
push:
branches: [main]
paths: ['wiki/**']
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync wiki/ to the GitHub Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: wiki/
token: ${{ secrets.GITHUB_TOKEN }}