netlify.toml 446 B

123456789101112
  1. # Settings in the [build] context are global and are applied to all contexts
  2. # unless otherwise overridden by more specific contexts.
  3. [build]
  4. # Directory to change to before starting a build.
  5. base = "/docs/generator"
  6. # Directory (relative to root of your repo) that contains the deploy-ready
  7. # HTML files and assets generated by the build.
  8. publish = "docs/generator/build"
  9. # Default build command.
  10. command = "./buildhtml.sh"