Skip to content

Commit

Permalink
Fix docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Mar 20, 2024
1 parent 63a78f0 commit bd1b0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit bd1b0d4

Please sign in to comment.