diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index eab069e..1f1e272 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -30,3 +30,4 @@ jobs: uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@releasenotes secrets: APIKey: ${{ secrets.APIKey }} + diff --git a/src/functions/public/Get-Greeting.ps1 b/src/functions/public/Get-Greeting.ps1 index f8f8057..c6ec1cd 100644 --- a/src/functions/public/Get-Greeting.ps1 +++ b/src/functions/public/Get-Greeting.ps1 @@ -10,6 +10,9 @@ Get-Greeting -TimeOfDay 'Morning' Returns "Good Morning!" + + .LINK + https://MariusStorhaug.github.io/MariusTestModule/Functions/Get-Greeting/ #> [OutputType([string])] [CmdletBinding()] diff --git a/src/functions/public/Get-PSModuleTest.ps1 b/src/functions/public/Get-PSModuleTest.ps1 index f53c59c..fe4d4cc 100644 --- a/src/functions/public/Get-PSModuleTest.ps1 +++ b/src/functions/public/Get-PSModuleTest.ps1 @@ -12,6 +12,9 @@ ``` "Hello, World!" + + .LINK + https://MariusStorhaug.github.io/MariusTestModule/Functions/Get-PSModuleTest/ #> [CmdletBinding()] param (