mirror of
https://github.com/cs3org/reva.git
synced 2025-04-18 13:44:12 +03:00
9 lines
332 B
TOML
9 lines
332 B
TOML
[build]
|
|
publish = "docs/public"
|
|
command = "git submodule update -f --init --recursive && cd docs/ && npm install postcss-cli && cd themes/docsy && npm run _mkdir:hugo-mod && cd ../../ && hugo --gc --minify"
|
|
ignore = "git diff --quiet HEAD^ HEAD docs/"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.124.1"
|
|
HUGO_ENV = "production"
|