archival build

Options

-b, --build-dir <path>

override the directory to build to. Defaults to the manifest's build_dir (dist).

-s, --skip-failures

if a page fails to build, continue building the other pages and skip the failing one, rather than erroring early. Useful in CI when you'd rather ship a partial build than nothing.

-u, --upload-prefix <prefix>

override the upload prefix. If no manifest.toml is present, this is required.

-h, --help

print help for this command.

Arguments

[path/to/archival-site]

optionally specify a path to an archival site. By default will run in the current working directory.


Build an archival site - this will generate a static site inside a directory (dist unless you have overridden it in manifest.toml).