Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:39:49 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:39:49 +0300
commite5fe0bca3619d8c1dece4643a665ea73d38235c0 (patch)
tree4cc1939ec47b9778ddc486696d5ca9de70f40583
parent47af9b33303d5e02e8a30731fc42cf493848366a (diff)
build command
-rw-r--r--exampleSite/netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index e6e0848..84d987a 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
- command = "hugo --gc --minify --source exampleSite --themesDir ../.. --theme repo --baseURL https://health-sci-j-demo.netlify.app"
+ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. --baseURL https://health-sci-j-demo.netlify.app"
[context.production.environment]
HUGO_VERSION = "0.74.2"