This commit is contained in:
parent
b671c1ee50
commit
49a6092f41
14
.drone.yml
14
.drone.yml
@ -13,15 +13,23 @@ trigger:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: squidfunk/mkdocs-material:7.1.9
|
image: ghcr.io/afritzler/mkdocs-material:8.1.0 #ARM version of mkDocs
|
||||||
|
pull: if-not-exists
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
path: /site
|
path: /drone/src/docs
|
||||||
commands:
|
commands:
|
||||||
- apk add gcc
|
|
||||||
- pip install -U -r ./requirements.txt
|
- pip install -U -r ./requirements.txt
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
|
|
||||||
|
# image: squidfunk/mkdocs-material:7.1.9
|
||||||
|
# volumes:
|
||||||
|
# - name: site
|
||||||
|
# path: /site
|
||||||
|
# commands:
|
||||||
|
# - pip install -U -r ./requirements.txt
|
||||||
|
# - mkdocs build
|
||||||
|
|
||||||
# - name: build docker image and push to registry
|
# - name: build docker image and push to registry
|
||||||
# image: plugins/docker
|
# image: plugins/docker
|
||||||
# volumes:
|
# volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user