static-report/nixpacks.toml
2025-06-09 22:29:49 +00:00

11 lines
167 B
TOML

[phases.setup]
aptPkgs = ["hugo"]
[phases.build]
cmds = ["hugo --minify"]
[start]
cmd = "echo 'Static site - nothing to start'"
[variables]
HUGO_VERSION = "0.121.2"