Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2023-07-13 01:52:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-07-13 01:52:23 +0300
commit264b3e820c56a63c48ce36c99a30ec63192e93ab (patch)
tree6f98b4e59caaa07d926dada12299a545d7d8b3d6 /.gitlab
parentfff81b2f5c9751a99c80f26f80f81abaf243b58b (diff)
Compress Lunr index files
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/build-and-deploy.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/build-and-deploy.gitlab-ci.yml b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
index 25e311cd..a0ba0e5b 100644
--- a/.gitlab/ci/build-and-deploy.gitlab-ci.yml
+++ b/.gitlab/ci/build-and-deploy.gitlab-ci.yml
@@ -41,7 +41,7 @@
# Create _redirects for Pages redirects
- bundle exec rake redirects
# Build the Lunr.js search index if needed
- - if [[ "$SEARCH_BACKEND" == "lunr" ]]; then node scripts/lunr/preindex.js; fi
+ - if [[ "$SEARCH_BACKEND" == "lunr" ]]; then make build-lunr-index; fi
# Minify the assets of the resulting site
- mkdir dest/
- scripts/minify-assets.sh dest/ public/