Skip to content

Commit

Permalink
fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Nov 13, 2024
1 parent 7790c7d commit 0377351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x

- name: Install Invoke-Build
shell: pwsh
run: |
Expand Down
2 changes: 1 addition & 1 deletion pode.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ if (($null -ne $PSCmdlet.MyInvocation) -and ($PSCmdlet.MyInvocation.BoundParamet
}

# Synopsis: Build the function help documentation
Task DocsHelpBuild IndexSamples, DocsDeps, {
Task DocsHelpBuild IndexSamples, DocsDeps, Build, {
# import the local module
Remove-Module Pode -Force -ErrorAction Ignore | Out-Null
Import-Module ./src/Pode.psm1 -Force | Out-Null
Expand Down

0 comments on commit 0377351

Please sign in to comment.