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 = falsecontrols whether to only include the final document in the providedoutfolder. This is only support forformatsthat are all classified as ‘standalone’ (pdfis currently the only such format).