We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfacd8 commit 858916aCopy full SHA for 858916a
.github/workflows/Deploy MkDocs.yml
@@ -44,7 +44,7 @@ jobs:
44
shell: pwsh
45
run: |
46
Write-Output 'Updating Docs\Index.md & \Readme.md'
47
- Copy-Item ./README.md ./Docs/index.md
+ Copy-Item README.md Docs/index.md
48
# [int16]$LineNumber = (Select-String -Path '.\docs\index.md' -Pattern 'Summary' -List).LineNumber + 1
49
# $IndexTop = Get-Content -Path ./docs/index.md -TotalCount $LineNumber
50
# $ModuleContent = Get-Content -Path ./docs/Locksmith.md | Select-Object -Skip 12
0 commit comments