forked from DSIT/documentation-dsit
Add build
This commit is contained in:
parent
0ceb55983b
commit
0aabf64eae
16
.drone.yml
Normal file
16
.drone.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: Build & publish main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# Build mkdocs website
|
||||||
|
- name: build
|
||||||
|
image: python:latest
|
||||||
|
commands:
|
||||||
|
- pip install mkdocs-material
|
||||||
|
- mkdocs build --site-dir public
|
||||||
|
|
||||||
|
#Publish
|
||||||
|
- name: publish
|
||||||
|
image: python:latest
|
||||||
|
commands:
|
||||||
|
- ls -alR public
|
Loading…
Reference in New Issue
Block a user