diff --git a/app/models/concerns/with_github.rb b/app/models/concerns/with_github.rb index e19f825e4c0dc492c5ff51e92e63fe5193c8dae0..9fe6891239617e11e705676601cd780e5624b29d 100644 --- a/app/models/concerns/with_github.rb +++ b/app/models/concerns/with_github.rb @@ -34,5 +34,5 @@ module WithGithub data: to_jekyll update_column :github_path, github_path_generated end - # handle_asynchronously :publish_to_github + handle_asynchronously :publish_to_github end