Add build

This commit is contained in:
Cédric COURALET 2023-10-02 09:05:52 +02:00
parent 0ceb55983b
commit 0aabf64eae

16
.drone.yml Normal file
View 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