github.io/.drone.yml

21 lines
311 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:
hugo_version: latest
validate: true
- name: publish
image: plugins/gh-pages
settings:
pages_directory: public/
username: Ghost-Zephyr
password:
from_secret: password