mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-23 00:39:47 +00:00
6 lines
122 B
Ruby
6 lines
122 B
Ruby
task :default => %i[build]
|
|
|
|
task :build do
|
|
sh 'jekyll build --profile --trace --config _config.yml,_config.dev.yml'
|
|
end
|