1
0

Remove .drone.yml

Drone CI is gone for a while now.
This commit is contained in:
2025-04-14 08:03:33 +03:00
parent 3e5f9fe051
commit a7f97ddf28

View File

@ -1,15 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo
# vim: ts=2 sw=2 et