diff --git a/netlify.toml b/netlify.toml
index 006385a2690d13b03ff90ff3ccaef31fa8f5b514..1118ef70d65ec092a9bddcc5b25ece4726c23099 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,6 +2,8 @@
   base    = "web"
   publish = "web/public"
   command = """
+    git lfs install
+    git lfs pull
     yarn --ignore-engines --ignore-optional --non-interactive
     hugo
     node_modules/.bin/hugo-algolia --toml -s"""
@@ -16,10 +18,14 @@
 
 [context.deploy-preview]
   command = """
+    git lfs install
+    git lfs pull
     yarn --ignore-engines --ignore-optional --non-interactive
     hugo -b $DEPLOY_PRIME_URL"""
 
 [context.branch-deploy]
   command = """
+    git lfs install
+    git lfs pull
     yarn --ignore-engines --ignore-optional --non-interactive
     hugo -b $DEPLOY_PRIME_URL"""