ci: re-enable online doc.
This commit is contained in:
parent
4672694d39
commit
3f5373ed4f
2 changed files with 2 additions and 1 deletions
|
|
@ -181,6 +181,7 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: python
|
image: python
|
||||||
variables:
|
variables:
|
||||||
|
MKDOCS_OFFLINE: "false"
|
||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
GIT_DEPTH: 0
|
GIT_DEPTH: 0
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ plugins:
|
||||||
- privacy
|
- privacy
|
||||||
- search
|
- search
|
||||||
- offline:
|
- offline:
|
||||||
enabled: !ENV [CI, true]
|
enabled: !ENV [MKDOCS_OFFLINE, true]
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
|
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
|
||||||
enable_creation_date: true
|
enable_creation_date: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue