ci: re-enable online doc.

This commit is contained in:
Alexandre Pujol 2024-01-30 15:26:07 +00:00
parent 4672694d39
commit 3f5373ed4f
Failed to generate hash of commit
2 changed files with 2 additions and 1 deletions

View file

@ -181,6 +181,7 @@ pages:
stage: deploy
image: python
variables:
MKDOCS_OFFLINE: "false"
GIT_STRATEGY: clone
GIT_DEPTH: 0
script:

View file

@ -60,7 +60,7 @@ plugins:
- privacy
- search
- offline:
enabled: !ENV [CI, true]
enabled: !ENV [MKDOCS_OFFLINE, true]
- git-revision-date-localized:
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
enable_creation_date: true