Added -Stream
parameter to Invoke-PnPSiteTemplate
which allows an in memory .pnp site template to be applied to a site
#1938
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |