Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netlify.toml - github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2b32f659c3be4cf4b05708b76ab1bbdf91c29a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Hugo build configuration for Netlify
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)

[build]
publish = "userguide/public"
command = "npm run docs-install && npm run build:preview"

[build.environment]
GO_VERSION = "1.19.2"
HUGO_THEME = "repo"

[context.production]
command = "npm run docs-install && npm run build:production"