Skip to content

Commit 39a8c65

Browse files
🔧 [Docs]: Remove redundant file listing in Build-Site workflow and update documentation generation description
1 parent 13edb78 commit 39a8c65

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

‎.github/workflows/Build-Site.yml‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,6 @@ jobs:
8686
Get-ChildItem -Recurse | Select-Object -ExpandProperty FullName | Sort-Object | Format-List
8787
}
8888
89-
Get-ChildItem -Path $functionDocsFolder -Recurse -Force -Include '*.md' | ForEach-Object {
90-
$fileName = $_.Name
91-
LogGroup " - $fileName" {
92-
Show-FileContent -Path $_
93-
}
94-
}
95-
9689
LogGroup 'Build docs - Process about topics' {
9790
$aboutDocsFolderPath = Join-Path -Path $SiteOutputPath -ChildPath 'docs/About'
9891
$aboutDocsFolder = New-Item -Path $aboutDocsFolderPath -ItemType Directory -Force

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Depending on the labels in the pull requests, the workflow will result in differ
3636
- Import and tests the module using Pester test from the module repository.
3737
- This produces a json based report that is used to later evaluate the results of the tests.
3838
- [Build-Docs](./.github/workflows/Build-Docs.yml)
39-
- Generates documentation
39+
- Generates documentation
4040
- [Test-PSModule](https://github.com/PSModule/Test-PSModule/) - Tests the compiled module. This runs on 4 different environments to check compatibility.
4141
- PowerShell LTS on Windows, Ubuntu and macOS.
4242
- [Publish-PSModule](https://github.com/PSModule/Publish-PSModule/) - Publishes the module to the PowerShell Gallery, docs to GitHub Pages, and creates a release on the GitHub repository.

0 commit comments

Comments
 (0)