Skip to content

Update workflow to configure Git Safe Directory and copy README to Wiki #18

Update workflow to configure Git Safe Directory and copy README to Wiki

Update workflow to configure Git Safe Directory and copy README to Wiki #18

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