5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-07 13:36:55 +00:00

fix: no decir que hay cambios mientras se está compilando

This commit is contained in:
f 2023-04-20 21:01:16 -03:00
parent afabbaf1b0
commit a18ce05666

View file

@ -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