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:
Diffstat (limited to 'exampleSite/netlify.toml')
-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"