From 7119beff72ecc458371546e2fa9d5690ae4a96c0 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 20 Feb 2020 15:35:18 +0900 Subject: [PATCH] ci: Add build.base --- netlify.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 4e4ac9308..0e1f880c9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,7 @@ [build] +base = "exampleSite/" publish = "exampleSite/public" -command = "cd ./exampleSite && hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'" +command = "hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'" [context.production.environment] HUGO_VERSION = "0.64.1"