Disable ResaveArticlesForCodeSnippetFullscreenIcon (#12431)
This commit is contained in:
parent
d950428029
commit
377439fea3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ module DataUpdateScripts
|
|||
def run
|
||||
# We need to regenerate the markdown for code snippets
|
||||
# See https://github.com/forem/forem/issues/11747#issuecomment-753620156
|
||||
Article.published.find_each(&:save)
|
||||
# Article.published.find_each(&:save)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue