# frozen_string_literal: true # Reindexa los artículos al terminar la compilación class DeployReindex < Deploy def deploy site.reset site.indexed_posts.destroy_all site.index_posts! site.touch end def limit 1 end def hostname nil end end