We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8db1b commit 9cf7af6Copy full SHA for 9cf7af6
1 file changed
src/publish/provider.ts
@@ -43,8 +43,7 @@ export function findProvider(name?: string) {
43
warning(
44
`The Quarto Pub publishing destination is no longer supported. ` +
45
`Consider publishing to Posit Connect Cloud instead ` +
46
- `using \`quarto publish posit-connect-cloud\`. ` +
47
- `See https://docs.posit.co/cloud/whats_new/#october-2024 for details.`,
+ `using \`quarto publish posit-connect-cloud\`.`
48
);
49
}
50
return kPublishProviders.find((provider) => provider.name === name);
0 commit comments