Skip to content
Discussion options

You must be logged in to vote

quarto publish can use profiles, see https://quarto.org/docs/projects/profiles.html.
Note also that the goal of publish is to deploy the documents/projects to the root, so if you don't define properly the output-dir and/or output-file you will overwrite your previously deployed "index".

Additionally, quarto publish has a "no render" option, so you can use quarto render with whatever option then use quarto publish without rendering.

Meantime, quarto publish is just a wrapper, you are not constrained to it.
You can publish yourself to GitHub Pages following GitHub documentation.

❯ quarto publish --help

  Usage:   quarto publish [provider] [path]
  Version: 99.9.9                          
…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Gewerd-Strauss
Comment options

You must be logged in to vote
1 reply
@cderv
Comment options

cderv Jan 3, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants