netlify.toml 380 B

12345678910111213
  1. # Hugo build configuration for Netlify
  2. # (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
  3. [build]
  4. publish = "userguide/public"
  5. command = "npm run docs-install && npm run build:preview"
  6. [build.environment]
  7. GO_VERSION = "1.23.5"
  8. HUGO_THEME = "repo"
  9. [context.production]
  10. command = "npm run docs-install && npm run build:production"