From 770aba2ce07d835b1d055490d87d9a458c5fe674 Mon Sep 17 00:00:00 2001 From: Jacques Erasmus Date: Mon, 20 Jan 2020 09:47:51 +0000 Subject: Make gitlab-svg icons available in the docs markup Added the ability to use gitlab-svg icons in the docs markup --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3