mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 10:08:56 +00:00
docs: maybe build and run our own mkdocs image
This commit is contained in:
+12
-5
@@ -47,15 +47,22 @@ steps:
|
||||
- . ./.cache-env
|
||||
- CI=true ./docs/build.sh
|
||||
|
||||
build-mkdocs:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
tags: kumomta/mkdocs-material
|
||||
dockerfile: docs/Dockerfile
|
||||
|
||||
run-mkdocs:
|
||||
image: woodpeckerci/plugin-mkdocs:latest
|
||||
pull: true
|
||||
#image: woodpeckerci/plugin-mkdocs:latest
|
||||
image: kumomta/mkdocs-material
|
||||
#pull: true
|
||||
environment:
|
||||
CARDS: "true"
|
||||
GIT_DATES: "true"
|
||||
settings:
|
||||
config: mkdocs.yml
|
||||
pip_install: "mkdocs-macros-plugin,mkdocs-include-markdown-plugin,mkdocs-exclude,mkdocs-git-revision-date-localized-plugin"
|
||||
#settings:
|
||||
#config: mkdocs.yml
|
||||
#pip_install: "mkdocs-macros-plugin,mkdocs-include-markdown-plugin,mkdocs-exclude,mkdocs-git-revision-date-localized-plugin"
|
||||
|
||||
push-docs:
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user