documentation/.drone.yml

14 lines
249 B
YAML
Raw Permalink Normal View History

2022-07-23 20:42:54 +02:00
kind: pipeline
name: default
steps:
- name: build
image: squidfunk/mkdocs-material
2022-07-23 20:43:11 +02:00
command: [build]
2022-07-23 20:42:54 +02:00
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: site
ssh_key:
from_secret: gitea-ssh-key