From 2e3985c86a701cb305be06fa0a5da4e898e1151f Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 23 Jun 2020 12:44:41 +0200
Subject: [PATCH] [ci] Update web search index.

---
 scripts/ci/jobs/web.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/ci/jobs/web.yml b/scripts/ci/jobs/web.yml
index 784798da397..a1898bfd00a 100644
--- a/scripts/ci/jobs/web.yml
+++ b/scripts/ci/jobs/web.yml
@@ -30,6 +30,7 @@ preview web site:
     - if: '$CI_COMMIT_BRANCH != "master"'
     - changes:
       - web/
+      - scripts/ci/jobs/web.yml
   artifacts:
     expose_as: 'Web Preview'
     paths:
@@ -50,10 +51,12 @@ deploy web site:
     - yarn
     - hugo
     - netlify deploy --prod --dir=public
+    - node_modules/.bin/hugo-algolia --toml -s
   rules:
     - if: '$CI_COMMIT_BRANCH == "master"'
     - changes:
       - web/
+      - scripts/ci/jobs/web.yml
   cache:
     paths:
       - web/node_modules
-- 
GitLab