blob: 999a6e6b258bb25675511b9c19069d153bac2d7a (
plain)
1
2
3
4
5
6
7
8
|
[build]
publish = "userguide/public"
command = "git submodule update -f --init && cd userguide && npm install postcss-cli && hugo --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.55.6"
HUGO_THEME = "repo"
HUGO_ENV = "production"
|