From 31ae783dc725b64b782747aa9ace919c8e3db474 Mon Sep 17 00:00:00 2001 From: Simon Kirsten <skirsten@genesiscloud.com> Date: Sat, 14 Mar 2020 17:38:00 +0100 Subject: [PATCH] Fixed docs pipeline --- .gitlab-ci-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci-docs.yml b/.gitlab-ci-docs.yml index 42ec1a1..d676292 100644 --- a/.gitlab-ci-docs.yml +++ b/.gitlab-ci-docs.yml @@ -10,6 +10,7 @@ docs: # -- we won't see any future improvements of the mkdocs and mkdocs-material packages - pip install mkdocs - pip install mkdocs-material + - pip install mkdocs-minify-plugin # This is my own extension that we use to insert the $VERSION env variable into the documentation - pip install pymdown-env -- GitLab