From 8e1ccc10c9a5c95351c6fa3a71f7fc1806e5508b Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sat, 23 Oct 2021 18:23:16 +0200 Subject: [PATCH] async --- app/models/concerns/with_github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/concerns/with_github.rb b/app/models/concerns/with_github.rb index e19f825e4..9fe689123 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 -- GitLab