Skip to content

Commit

Permalink
Update publish-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anwather authored Apr 12, 2024
1 parent c123c10 commit f601c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
shell: pwsh
run: |
mkdir tmp
./Scripts/Operations/Convert-MarkdownGitHubAlerts.ps1 -Path ./Docs -OutputPath ./tmp
./Scripts/Operations/Convert-MarkdownGitHubAlerts.ps1 -InputFolder ./Docs -OutputFolder ./tmp
Move-Item -Path ./tmp/* -Destination ./Docs -Force
- run: mkdocs gh-deploy --force --clean --verbose

0 comments on commit f601c31

Please sign in to comment.