public
deploy
— function
deploy(project::Project, out, formats...; clean)
Build a Publish project from the given “virtual” project
object. Output is
built in out
directory, which is either an absolute path or relative to the
present working directory. formats
is the list of formats to build in out
:
pdf
and html
are supported.
Keywords
clean = false
controls whether to only include the final document in the providedout
folder. This is only support forformats
that are all classified as ‘standalone’ (pdf
is currently the only such format).