diff --git a/app/models/communication/website/imported/website.rb b/app/models/communication/website/imported/website.rb
index 27d6630577f20a6aa1aeb084e38c2eac786804ee..e10a5376d95ea35275fc7c967f6c9486fe6f07b5 100644
--- a/app/models/communication/website/imported/website.rb
+++ b/app/models/communication/website/imported/website.rb
@@ -34,9 +34,9 @@ class Communication::Website::Imported::Website < ApplicationRecord
 
   def run!
     sync_categories
-    # sync_media
-    # sync_pages
-    # sync_posts
+    sync_media
+    sync_pages
+    sync_posts
   end
   handle_asynchronously :run!, queue: 'default'