We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0991f commit 61e7098Copy full SHA for 61e7098
src/command/publish/cmd.ts
@@ -54,7 +54,8 @@ export const publishCommand =
54
" - Quarto Pub (quarto-pub)\n" +
55
" - GitHub Pages (gh-pages)\n" +
56
" - Posit Connect (connect)\n" +
57
- " - Netlify (netlify)\n\n" +
+ " - Netlify (netlify)\n" +
58
+ " - Confluence (confluence)\n\n" +
59
"Accounts are configured interactively during publishing.\n" +
60
"Manage/remove accounts with: quarto publish accounts",
61
)
0 commit comments