diff options
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..387c8f9 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[build] + base = "Doc/" + command = "make html" + publish = "Doc/build/html"
\ No newline at end of file |