Skip to content

Add Start-FileShareAssessment script and documentation for comprehens… #11

Add Start-FileShareAssessment script and documentation for comprehens…

Add Start-FileShareAssessment script and documentation for comprehens… #11

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 }}