summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-11-25 20:11:50 +0200
committerGitHub <noreply@github.com>2018-11-25 20:11:50 +0200
commit5ed8653246b5ff277e39d90328782e326b245d4f (patch)
treeae39f5d6a661ab8dbd4ccf65e6fd811ecccccb4d /netlify.toml
parente7e2e3ce7cfbd830f41617839e732dd1601381db (diff)
Rename `doc` to `docs` and move `htmldoc` (#4741)
* rename doc dir; move htmldoc under docs/generator * run shellcheck and shfmt on docs generator
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 1643a3fccb..9279412409 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,11 +2,11 @@
# unless otherwise overridden by more specific contexts.
[build]
# Directory to change to before starting a build.
- base = "htmldoc/"
+ base = "/docs/generator"
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build.
- publish = "htmldoc/build"
+ publish = "docs/generator/build"
# Default build command.
command = "./buildhtml.sh"