Added basic drone CI
This commit is contained in:
parent
aec902dfed
commit
7062239385
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: mkdocs
|
||||
|
||||
steps:
|
||||
- name: mkdocs
|
||||
image: python:alpine
|
||||
commands:
|
||||
- pip install mkdocs
|
||||
- mkdocs build
|
||||
- mv site public
|
||||
|
||||
...
|
Loading…
Reference in New Issue
Block a user