From 41be672e657c4ea3ccce6104eb9643582ce80c24 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Fri, 9 Oct 2020 15:27:43 +0200 Subject: [PATCH] [ci] toml install (1) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dedab0b..8ba3652 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ pages: # Install the zola package from the alpine testing repositories - apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ zola # Loads documentation from GitLab + - pip install toml - python3 scripts/get_external_content.py # Execute zola build - zola build -- GitLab