diff --git a/PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1 b/PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1 index ae9f5067..4b0a45b6 100644 --- a/PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1 +++ b/PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1 @@ -234,6 +234,6 @@ if ($Branch -eq "dev") { } else { npx wrangler login } - npx wrangler pages deploy "$PSScriptRoot\dist" --project-name pwshspectreconsole --commit-dirty=true --branch=main + npx wrangler pages deploy "$docsProjectRoot\dist" --project-name pwshspectreconsole --commit-dirty=true --branch=main } } \ No newline at end of file