Skip to content

Commit 7f1086a

Browse files
🔧 [CI]: Remove unnecessary parameters from Document-PSModule step in Build-Docs workflow
1 parent 7517091 commit 7f1086a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎.github/workflows/Build-Docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
uses: PSModule/Document-PSModule@v1
5757
with:
5858
Name: ${{ inputs.Name }}
59-
Debug: ${{ inputs.Debug }}
60-
Prerelease: ${{ inputs.Prerelease }}
61-
Verbose: ${{ inputs.Verbose }}
62-
Version: ${{ inputs.Version }}
6359
WorkingDirectory: ${{ inputs.WorkingDirectory }}
6460

6561
- name: Upload docs artifact

0 commit comments

Comments
 (0)