mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
regenerate unconditionally unless its incremental (#6917)
Merge pull request 6917
This commit is contained in:
@@ -20,6 +20,7 @@ module Jekyll
|
||||
#
|
||||
# Returns a boolean.
|
||||
def regenerate?(document)
|
||||
return true if disabled
|
||||
case document
|
||||
when Page
|
||||
regenerate_page?(document)
|
||||
|
||||
Reference in New Issue
Block a user