Skip to content

Commit

Permalink
Bring back --future option
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchaudet committed Dec 27, 2021
1 parent 0d7f9a2 commit 2d1bb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/github-pages
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d1bb12

Please sign in to comment.