github.io/.drone.yml

20 lines
293 B
YAML
Raw Normal View History

2023-02-06 03:52:11 +00:00
---
kind: pipeline
type: docker
name: build and publish
steps:
- name: build
image: plugins/hugo
settings:
2023-02-06 03:57:12 +00:00
hugo_version: 0.110.0
2023-02-06 03:52:11 +00:00
- name: publish
image: plugins/gh-pages
settings:
pages_directory: public/
username: Ghost-Zephyr
password:
from_secret: password