Skip to content

Commit

Permalink
Update Deploy MkDocs.yml
Browse files Browse the repository at this point in the history
Fix the workflow by temporarily disabling the commit until it can be wrapped in a workflow-submitted PR.
  • Loading branch information
SamErde authored Jan 1, 2025
1 parent 0d1eac9 commit 0f522d5
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 @@ -44,7 +44,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 0f522d5

Please sign in to comment.