doc: ensure page creation date is correct.
This commit is contained in:
parent
704990e5ba
commit
55da5276dd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue