7 lines
128 B
TOML
7 lines
128 B
TOML
|
|
[build]
|
||
|
|
command = "jekyll build"
|
||
|
|
publish = "_site"
|
||
|
|
|
||
|
|
[build.environment]
|
||
|
|
JEKYLL_ENV = "production"
|
||
|
|
RUBY_VERSION = "3.2.2"
|