Skip to content

Fix #4203: Add -Force parameter to Add-PnPApp, Publish-PnPApp, Remove-PnPApp, and Unpublish-PnPApp to allow temporary script enabling on no-script sites #1816

Fix #4203: Add -Force parameter to Add-PnPApp, Publish-PnPApp, Remove-PnPApp, and Unpublish-PnPApp to allow temporary script enabling on no-script sites

Fix #4203: Add -Force parameter to Add-PnPApp, Publish-PnPApp, Remove-PnPApp, and Unpublish-PnPApp to allow temporary script enabling on no-script sites #1816

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