Skip to content

Added wiki-sync workflow, renamed yml to yaml, plus current wiki cont… #1

Added wiki-sync workflow, renamed yml to yaml, plus current wiki cont…

Added wiki-sync workflow, renamed yml to yaml, plus current wiki cont… #1

Workflow file for this run

name: Wiki Sync
on:
push:
branches:
- 'develop'
paths:
- wiki/**
- .github/workflows/wiki-sync.yaml
concurrency:
group: sync-wiki
cancel-in-progress: true
permissions:
contents: write
jobs:
sync-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Andrew-Chen-Wang/[email protected]