Skip to content

Rename and bugfixes in Get-PnPFolder, Get-PnPFolderFolder and Get-PnPFolderFile cmdlets #1389

Rename and bugfixes in Get-PnPFolder, Get-PnPFolderFolder and Get-PnPFolderFile cmdlets

Rename and bugfixes in Get-PnPFolder, Get-PnPFolderFolder and Get-PnPFolderFile cmdlets #1389

name: Check Documentation Build
on:
workflow_dispatch:
pull_request:
branches: [ dev ]
paths:
- 'documentation/**'
- 'pages/**'
jobs:
docfx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: master
path: master
- uses: actions/checkout@v3
with:
ref: dev
path: dev
- uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages
- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- run: dotnet tool update -g docfx
- name: Build docs
shell: pwsh
run: |
./dev/pages/Build-Site.ps1