This commit is contained in:
Yoann Chaudet 2021-12-27 19:05:11 +00:00 коммит произвёл GitHub
Родитель 0d7f9a2335
Коммит 2d1bb1259b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -64,6 +64,7 @@ Mercenary.program(:"github-pages") do |p|
c.option 'verbose', '--verbose', 'Verbose logging'
c.option 'source', '--source DIR', 'From where to collect the source files'
c.option 'destination', '--destination DIR', 'To where the compiled files should be written'
c.option 'future', '--future', 'Publishes posts with a future date'
c.action do |_, options|
Jekyll::Commands::Build.process(options)