summaryrefslogtreecommitdiffstats
path: root/lib/generate/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generate/site/index.js')
-rw-r--r--lib/generate/site/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/generate/site/index.js b/lib/generate/site/index.js
index fa43c58..ddd6bdc 100644
--- a/lib/generate/site/index.js
+++ b/lib/generate/site/index.js
@@ -92,6 +92,7 @@ Generator.prototype.convertFile = function(content, _input) {
return parse.page(lexed, {
repo: that.options.githubId,
dir: path.dirname(_input) || '/',
+ outdir: path.dirname(_input) || '/',
});
})
.then(function(sections) {