From 2c24746706a8be1d724a2bafa01dcf733d9fe278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sun, 15 Dec 2024 16:01:32 +0100 Subject: [PATCH] ci(gitlab): Use the OpenSavvy MkDocs image so we can control the plugins --- docs/website/.gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/website/.gitlab-ci.yml b/docs/website/.gitlab-ci.yml index cbe109a..03d65b2 100644 --- a/docs/website/.gitlab-ci.yml +++ b/docs/website/.gitlab-ci.yml @@ -1,8 +1,6 @@ mkdocs: - image: - name: squidfunk/mkdocs-material - entrypoint: [ "/bin/sh", "-c" ] + image: registry.gitlab.com/opensavvy/automation/containers/mkdocs:$ci_containers stage: build before_script: -- 2.51.2