github.com/cs3org/reva/v2@v2.27.7/netlify.toml (about)

     1  [build]
     2    publish = "docs/public"
     3    command = "git submodule update -f --init --recursive && cd docs/ && npm install postcss-cli && hugo --gc --minify"
     4    ignore = "git diff --quiet HEAD^ HEAD docs/"
     5  
     6  [build.environment]
     7    HUGO_VERSION = "0.59.0"
     8    HUGO_ENV = "production"