Open
Description
Using freeze
will create a folder _freeze
that should be kept. Usually it is committed (https://github.com/quarto-dev/quarto-web/tree/main/_freeze) as without it, freezing would not work.
When rendering a Quarto project on Github action, how should that behave ? For document not using freeze
it would be ok. For others, it would be required to commit back the change in _freeze
probably.
It seems we may have some workflow where rendering locally the website and committing the _site
folder will be easier than having GHA render the project.