diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index e0c7b371..31f15744 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -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