From f5c4b33c696451629d8f521a47267ce30fee7e91 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 5 Jun 2023 14:25:45 +0930 Subject: [PATCH] ci: mkdocs temp newer image !29 #8 --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 202f3c3..0d1af14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ --- + variables: GIT_SUBMODULE_STRATEGY: recursive MY_PROJECT_ID: "45741845" @@ -17,7 +18,8 @@ include: - template/automagic.gitlab-ci.yaml #- template: Jobs/Container-Scanning.gitlab-ci.yml # see https://gitlab.com/gitlab-org/gitlab/-/issues/381665 - +.MKDocs_Build: + image: python:3.11-buster Build/Cache Python Packages: stage: build