This commit is contained in:
parent
4ac7d19c32
commit
2a33f109d0
1 changed files with 14 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
steps:
|
||||
- name: build
|
||||
image: itsblue.dev/plugins/doxygen
|
||||
settings:
|
||||
doxyfile: docs/Doxyfile-mcss
|
||||
|
||||
- name: publish
|
||||
image: itsblue.dev/plugins/codeberg-pages-deploy
|
||||
settings:
|
||||
folder: docs/html
|
||||
ssh_key:
|
||||
from_secret: gitea-ssh-key
|
Loading…
Reference in a new issue