Skip to content
Snippets Groups Projects
Verified Commit 2e3985c8 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Update web search index.

parent 12e90d8e
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ preview web site: ...@@ -30,6 +30,7 @@ preview web site:
- if: '$CI_COMMIT_BRANCH != "master"' - if: '$CI_COMMIT_BRANCH != "master"'
- changes: - changes:
- web/ - web/
- scripts/ci/jobs/web.yml
artifacts: artifacts:
expose_as: 'Web Preview' expose_as: 'Web Preview'
paths: paths:
...@@ -50,10 +51,12 @@ deploy web site: ...@@ -50,10 +51,12 @@ deploy web site:
- yarn - yarn
- hugo - hugo
- netlify deploy --prod --dir=public - netlify deploy --prod --dir=public
- node_modules/.bin/hugo-algolia --toml -s
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
- changes: - changes:
- web/ - web/
- scripts/ci/jobs/web.yml
cache: cache:
paths: paths:
- web/node_modules - web/node_modules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment