From f43a75bb9a2641ff9a8bce1fbd09ca464aef463d Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Thu, 10 Sep 2020 23:20:27 +0000 Subject: [PATCH] try an absolute path --- exampleSite/netlify.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index 3ab4616..ffce118 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -3,7 +3,7 @@ publish = "public" # command = "hugo --gc --minify" -command = "hugo --gc --minify --themesDir ../.." +command = "hugo --gc --minify --themesDir /opt/build/repo/" [context.production.environment] HUGO_VERSION = "0.74.3" -- Gitblit v1.10.0