Try different paths for Netlify deployment

This commit is contained in:
dzello
2018-04-26 15:39:53 -07:00
parent 71f9d035ec
commit 1ee822a6ea
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[build]
command = "hugo -s exampleSite -d ../public"
command = "hugo -s exampleSite -d ../public --themesDir ../../"
publish = "public"
[context.production.environment]