mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
7 lines
123 B
Ruby
7 lines
123 B
Ruby
# frozen_string_literal: true
|
|
|
|
desc 'Run jekyll server'
|
|
task :serve do
|
|
exec 'bundle exec jekyll serve --incremental'
|
|
end
|