grpc.io/netlify.toml

13 lines
378 B
TOML

[build]
publish = "public"
command = "git submodule update --init --recursive --depth 1 && make production-build"
[build.environment]
HUGO_VERSION = "0.81.0"
[context.branch-deploy]
command = "git submodule update --init --recursive --depth 1 && make preview-build"
[context.deploy-preview]
command = "git submodule update --init --recursive --depth 1 && make preview-build"