mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-24 05:11:50 +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]
|
# @return [Boolean]
|
||||||
def awaiting_publication?
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue