From 2e7acce231314f4c6aea15b80df8ceaf3ad597fe Mon Sep 17 00:00:00 2001 From: "Shaun Lawrie (via GitHub Actions)" Date: Wed, 20 Mar 2024 21:31:47 +1300 Subject: [PATCH] Fix prod publish --- PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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