Skip to content

Commit 16eef5c

Browse files
committed
Configurable build output
1 parent 1f282ea commit 16eef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def configure_blog(blog)
7474
ignored
7575
end
7676

77-
set :build_dir, 'docs'
77+
set :build_dir, ENV.fetch('BUILD_OUTPUT', 'docs')
7878
set :css_dir, 'stylesheets'
7979
set :js_dir, 'javascripts'
8080
set :images_dir, 'images'

0 commit comments

Comments
 (0)