Replies: 1 comment
-
See Another possibility is to use project profile where in the default you don't have the post-render, see https://quarto.org/docs/projects/profiles.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
For my Quarto book project, after each render I copy the rendered files to another directory: from
_book
tooutput
in the root directory with some timestamps and additional information added. However, when using the preview function, the post-render script is executed as well and for every click on a chapter the directory is copied which is something I prefer not to have.I would like to know if something like this would be possible in an R-script:
This way,
quarto render
is the only way to trigger post-render scripts andquarto preview
not trigger post-render functions.Beta Was this translation helpful? Give feedback.
All reactions