Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update rake index
Browse files Browse the repository at this point in the history
Remove --dry-run
Add output message
  • Loading branch information
dshevtsov committed Nov 15, 2019
1 parent bd4c67d commit 34fca11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ task :whatsnew do
elsif date.is_a? String
sh 'bin/whatsup_github', 'since', ENV['since'].to_s
else
puts 'The "since" argument must be a string/ Example: "jul 4"'
puts 'The "since" argument must be a string. Example: "jul 4"'
end
end

desc 'Generate index for Algolia'
task index: %w[init] do
puts 'Generating index for Algolia ...'
sh 'bin/jekyll',
'algolia',
'--config=_config.yml,_config.index.yml',
'--dry-run'
'algolia',
'--config=_config.yml,_config.index.yml'
end

0 comments on commit 34fca11

Please sign in to comment.