github.io/.drone.yml
Sivert V. Sæther 9cdf77e5bb
Some checks failed
continuous-integration/drone/push Build is failing
🔧 Fix drone by setting hugo version
2023-02-06 03:57:12 +00:00

21 lines
312 B
YAML

---
kind: pipeline
type: docker
name: build and publish
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.110.0
validate: true
- name: publish
image: plugins/gh-pages
settings:
pages_directory: public/
username: Ghost-Zephyr
password:
from_secret: password