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 b585c73 commit e175d49Copy full SHA for e175d49
src/command/publish/cmd.ts
@@ -91,6 +91,10 @@ export const publishCommand =
91
"Publish document (prompt for provider)",
92
"quarto publish document.qmd",
93
)
94
+ .example(
95
+ "Publish project to Hugging Face Spaces",
96
+ "quarto publish huggingface",
97
+ )
98
.example(
99
"Publish project to Netlify",
100
"quarto publish netlify",
0 commit comments