File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4646 with :
4747 fetch-depth : 0
4848
49+ - name : Install-PSModuleHelpers
50+ uses : PSModule/Install-PSModuleHelpers@v1
51+
4952 - name : Download docs artifact
5053 uses : actions/download-artifact@v4
5154 with :
8689 Get-ChildItem -Recurse | Select-Object -ExpandProperty FullName | Sort-Object | Format-List
8790 }
8891
92+ Get-ChildItem -Path $functionDocsFolder -Recurse -Force -Include '*.md' | ForEach-Object {
93+ $fileName = $_.Name
94+ LogGroup " - $fileName" {
95+ Show-FileContent -Path $_
96+ }
97+ }
98+
8999 LogGroup 'Build docs - Process about topics' {
90100 $aboutDocsFolderPath = Join-Path -Path $SiteOutputPath -ChildPath 'docs/About'
91101 $aboutDocsFolder = New-Item -Path $aboutDocsFolderPath -ItemType Directory -Force
You can’t perform that action at this time.
0 commit comments