From 55da5276dd282a525810af4c767a306e45955017 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 7 May 2023 21:23:01 +0100 Subject: [PATCH] doc: ensure page creation date is correct. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 609b0fb7..04b79b86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,6 +142,9 @@ preprocess-opensuse: pages: stage: deploy image: python + variables: + GIT_STRATEGY: clone + GIT_DEPTH: 0 script: - pip install -r requirements.txt - mkdocs build --verbose --site-dir public