From 7f77af5b9c32781182ca0ac2b97bd4e77de3f3c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 7 Nov 2017 18:35:40 -0800 Subject: [PATCH] Add netlify.toml (otherwise it no deploys) --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..01b36065 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[build] + base = "slides" + publish = "slides" + command = "./build.sh once" +