-
Hello, Is it possible to deploy the qmd file to netlify with params? quarto publish netlify document.qmd -P doc_code:"1234" Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Apr 26, 2023
Replies: 1 comment 2 replies
-
You'll have to use This being said, maybe |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dsolito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No you can't.
You'll have to use
quarto render
and handle the publishing part yourself for example as a post-render script, see https://quarto.org/docs/projects/scripts.html#pre-and-post-render.This being said, maybe
quarto publish
could inherits fromquarto render
parameters.