Skip to content

Add Check-ADMTPrerequisites script and documentation for ADMT migrati… #16

Add Check-ADMTPrerequisites script and documentation for ADMT migrati…

Add Check-ADMTPrerequisites script and documentation for ADMT migrati… #16

Workflow file for this run

name: Sync Wiki
on:
push:
branches:
- main
paths:
- 'docs/wiki/**'
workflow_dispatch:
permissions:
contents: write
jobs:
sync-wiki:
runs-on: ubuntu-latest
name: Sync Documentation to Wiki
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync to Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: docs/wiki
token: ${{ secrets.GITHUB_TOKEN }}