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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <victoriadrake@users.noreply.github.com>2021-05-31 02:43:21 +0300
committerVictoria Drake <victoriadrake@users.noreply.github.com>2021-05-31 02:43:21 +0300
commit70935b223dca2989020fc35a68c6211a874022c4 (patch)
tree13cb6678b31dcc211e4e91b87760104bcd05c30a /netlify.toml
parent48afd1618bf40dbff33626f7bfde52a0bf9d1b23 (diff)
Update Netlify config
- Remove extra docs dir
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml14
1 files changed, 1 insertions, 13 deletions
diff --git a/netlify.toml b/netlify.toml
index 32d2915..044af0e 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -10,19 +10,7 @@
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
- publish = "docs/"
+ publish = "exampleSite/docs/"
# Default build command.
- command = "echo 'default context'"
-
-# Production context: all deploys from the Production branch set in your site's
-# deploy contexts will inherit these settings.
-[context.production]
- publish = "docs/"
- command = "hugo --gc --minify -t ../.. -d ../docs -v -b /"
-
-# Deploy Preview context: all deploys resulting from a pull/merge request will
-# inherit these settings.
-[context.deploy-preview]
- publish = "docs/"
command = "hugo --gc --minify -t ../.. -d ../docs -v -b /"