shared-libraries/.drone.yml

20 lines
450 B
YAML
Raw Normal View History

2022-07-23 22:06:09 +02:00
kind: pipeline
name: default
steps:
- name: build
image: ubuntu
commands:
- cd docs/
- apt update && apt install -y git doxygen python3-pip
2022-07-23 22:26:10 +02:00
- git clone https://github.com/mosra/m.css
2022-07-23 22:06:09 +02:00
- pip3 install jinja2 Pygments
- ./m.css/documentation/doxygen.py ./Doxyfile-mcss
- mv ./html ../public
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: public
ssh_key:
from_secret: gitea-ssh-key