Skip to content

Separate filenames for parametrised notebooks #700

Answered by cderv
shaenzi asked this question in Q&A
Discussion options

You must be logged in to vote

How are you calling quarto render within your pipeline ?

Using -o or --output flag in quarto render allows you to specify the output filename.

quarto render test.qmd -o custom.html
Details of `quarto render help`
❯ quarto render help

  Usage:   quarto render [input:string] [...args]
  Version: 99.9.9

  Description:

    Render input file(s) to various document types.

  Options:

    -h, --help                          - Show this help.
    -t, --to                            - Specify output format(s).
    -o, --output                        - Write output to FILE (use '--output -' for stdout).
    --output-dir                        - Write project output to DIR (path is project rel…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@shaenzi
Comment options

@shaenzi
Comment options

Answer selected by shaenzi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants