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:
authorJacques Erasmus <jerasmus@gitlab.com>2020-01-20 12:47:51 +0300
committerLin Jen-Shin <godfat@godfat.org>2020-01-20 12:47:51 +0300
commit770aba2ce07d835b1d055490d87d9a458c5fe674 (patch)
treeb86f559a3c52648399326812d383d1a21cd0374c /.gitlab-ci.yml
parentab082d98798d6406205e3a48b57d6bfbb43c4dba (diff)
Make gitlab-svg icons available in the docs markup
Added the ability to use gitlab-svg icons in the docs markup
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 629e2a44..1655eb0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,7 @@ before_script:
.build_base: &build_base
stage: build
script:
+ - yarn install --cache-folder .yarn-cache
- bundle exec rake setup_git default
- bundle exec nanoc compile -VV
# Symlink all README.html to index.html so that we can have clean URLs