pub const DEPLOY_TARGETS: &[&str];Expand description
Deployment targets accepted by ssg deploy --target ….
none is the explicit “build only, no upload” target — equivalent to
ssg build but routed through the deploy plumbing so dry-runs of CI
configs are easy to validate.