This is a Drone plugin to build Hugo static websites.
In your .drone.yml
include a step to build your Hugo website. The
plugin will automatically download the extended version of the supplied
hugo version.
steps:
- name: build
image: ariejan/drone-hugo
settings:
hugo_version: 0.65.3
- Ariejan de Vroom https://www.devroom.io
The code in this repo is licensed under the MIT License.