Update .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4daf92ea49
commit
4b5940a85e
|
@ -2,6 +2,10 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: squidfunk/mkdocs-material:7.1.9
|
image: squidfunk/mkdocs-material:7.1.9
|
||||||
|
@ -13,6 +17,7 @@ steps:
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
- cp -r site/ /site
|
- cp -r site/ /site
|
||||||
- chmod -R 777 /site
|
- chmod -R 777 /site
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
host:
|
host:
|
||||||
|
|
Loading…
Reference in New Issue