diff --git a/netlify.toml b/netlify.toml
index 980e0bd2bd04514fad5b3e572e3aeebaca05f325..c38cf0fe46c5fcbe869961256710046695d1d9e5 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,4 +2,4 @@
 [build]
   base    = "web"
   publish = "web/public"
-  command = "gulp scss; hugo"
+  command = "(cd import; python import.py); gulp build; hugo"