Raw File
netlify.toml
[build]
  base = "Documentation/"
  publish = "_build/html"
  command = "make html-netlify"
back to top