Skip to content

Commit 858916a

Browse files
authored
Update Deploy MkDocs.yml
1 parent 1bfacd8 commit 858916a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy MkDocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: pwsh
4545
run: |
4646
Write-Output 'Updating Docs\Index.md & \Readme.md'
47-
Copy-Item ./README.md ./Docs/index.md
47+
Copy-Item README.md Docs/index.md
4848
# [int16]$LineNumber = (Select-String -Path '.\docs\index.md' -Pattern 'Summary' -List).LineNumber + 1
4949
# $IndexTop = Get-Content -Path ./docs/index.md -TotalCount $LineNumber
5050
# $ModuleContent = Get-Content -Path ./docs/Locksmith.md | Select-Object -Skip 12

0 commit comments

Comments
 (0)