Disable ResaveArticlesForCodeSnippetFullscreenIcon (#12431)

This commit is contained in:
Mac Siri 2021-01-26 09:59:44 -05:00 committed by GitHub
parent d950428029
commit 377439fea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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