Merge branch 'main' of itsblue.dev:ScStw/documentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
3a3e98e400
1 changed files with 15 additions and 0 deletions
15
.drone.yml
Normal file
15
.drone.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: squidfunk/mkdocs-material
|
||||
command: [build]
|
||||
|
||||
- name: publish
|
||||
image: itsblue.dev/plugins/codeberg-pages-deploy
|
||||
settings:
|
||||
folder: site
|
||||
git_remote: git@itsblue.dev:ScStw/documentation.git
|
||||
ssh_key:
|
||||
from_secret: gitea-ssh-key
|
Loading…
Reference in a new issue