Skip to content

Add staged Enterprise Wiki migration cmdlets #2289

Add staged Enterprise Wiki migration cmdlets

Add staged Enterprise Wiki migration cmdlets #2289

name: Build External Help
on:
workflow_dispatch:
pull_request:
branches:
- dev
paths: 'documentation/**'
permissions: read-all
jobs:
build:
if: github.repository_owner == 'pnp'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Building Help File
env:
RUNSINACTION: 1
shell: pwsh
run: |
./build/Build-HelpFile.ps1