summaryrefslogtreecommitdiffstats
path: root/netlify.toml
blob: 9279412409bca0f492e29e0e737e34aa007d8aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Settings in the [build] context are global and are applied to all contexts 
# unless otherwise overridden by more specific contexts.  
[build]
  # Directory to change to before starting a build. 
  base = "/docs/generator"

  # Directory (relative to root of your repo) that contains the deploy-ready 
  # HTML files and assets generated by the build.
  publish = "docs/generator/build"

  # Default build command.
  command = "./buildhtml.sh"