Skip to content

Commit

Permalink
Merge pull request #216 from TrimarcJake/SamErde-patch-1
Browse files Browse the repository at this point in the history
Update Deploy MkDocs.yml
  • Loading branch information
jakehildreth authored Jan 1, 2025
2 parents e9fc372 + 0f522d5 commit 4a6d575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Deploy MkDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
shell: pwsh
run: |
Write-Output 'Updating Docs\Index.md & \Readme.md'
Copy-Item README.md Docs/index.md
# Temporarily disabled until this can be wrapped in a PR that is submitted and merged by the workflow.
# Copy-Item README.md Docs/index.md

# [int16]$LineNumber = (Select-String -Path '.\docs\index.md' -Pattern 'Summary' -List).LineNumber + 1
# $IndexTop = Get-Content -Path ./docs/index.md -TotalCount $LineNumber
# $ModuleContent = Get-Content -Path ./docs/Locksmith.md | Select-Object -Skip 12
Expand Down

0 comments on commit 4a6d575

Please sign in to comment.