mirror of
https://github.com/norouter/norouter.git
synced 2025-12-24 13:17:54 +08:00
11 lines
342 B
TOML
11 lines
342 B
TOML
[build]
|
|
publish = "docs.source/public"
|
|
command = "git submodule update -f --init --recursive && cd docs.source && npm install autoprefixer postcss postcss-cli && hugo --minify"
|
|
ignore = "git diff --quiet HEAD^ HEAD docs.source/"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.75.1"
|
|
|
|
[context.production.environment]
|
|
HUGO_ENV = "production"
|