doc: ensure page creation date is correct.

This commit is contained in:
Alexandre Pujol 2023-05-07 21:23:01 +01:00
parent 704990e5ba
commit 55da5276dd
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -142,6 +142,9 @@ preprocess-opensuse:
pages: pages:
stage: deploy stage: deploy
image: python image: python
variables:
GIT_STRATEGY: clone
GIT_DEPTH: 0
script: script:
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdocs build --verbose --site-dir public - mkdocs build --verbose --site-dir public