mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 03:18:33 +00:00
fix: no decir que hay cambios mientras se está compilando
This commit is contained in:
parent
afabbaf1b0
commit
a18ce05666
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Site
|
|||
#
|
||||
# @return [Boolean]
|
||||
def awaiting_publication?
|
||||
updated_at > (build_stats.jekyll.where(status: true).last&.created_at || updated_at)
|
||||
waiting? && updated_at > (build_stats.jekyll.where(status: true).last&.created_at || updated_at)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue