mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
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
|
||||
image: python
|
||||
variables:
|
||||
MKDOCS_OFFLINE: "false"
|
||||
GIT_STRATEGY: clone
|
||||
GIT_DEPTH: 0
|
||||
script:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue