From 9c9c38ce7c7e3cf494b408a2bf3847549901ccb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi> Date: Fri, 20 Nov 2020 15:28:07 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46f8528..3ab5f89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,10 @@ image: python:3.8 - pages: script: - apt update && apt install git -y - pip install mkdocs - pip install mkdocs-material + - pip install plantuml-markdown - git clone https://github.com/g-provost/lightgallery-markdown.git - cd lightgallery-markdown - python setup.py install @@ -15,4 +15,4 @@ pages: paths: - public tags: - - general \ No newline at end of file + - general -- GitLab