mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 11:16:23 +00:00
output
This commit is contained in:
parent
6154139c8f
commit
7946cfb563
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Reindexa los artículos al terminar la compilación
|
# Reindexa los artículos al terminar la compilación
|
||||||
class DeployReindex < Deploy
|
class DeployReindex < Deploy
|
||||||
def deploy
|
def deploy(output: true)
|
||||||
site.reset
|
site.reset
|
||||||
site.indexed_posts.destroy_all
|
site.indexed_posts.destroy_all
|
||||||
site.index_posts!
|
site.index_posts!
|
||||||
|
|
Loading…
Reference in a new issue