7 lines
127 B
TOML
7 lines
127 B
TOML
|
[build]
|
||
|
command = "jekyll build"
|
||
|
publish = "_site/"
|
||
|
|
||
|
[build.environment]
|
||
|
JEKYLL_ENV = "production"
|
||
|
RUBY_VERSION = "2.7.1"
|