homepage/.drone.yml

16 lines
393 B
YAML
Raw Normal View History

kind: pipeline
2020-02-27 17:36:42 +01:00
type: docker
name: hugo_builder
steps:
- name: hugo-extended
pull: if-not-exists
image: archlinux
commands:
- pacman -Syu --noconfirm wget tar git
2020-02-27 23:51:51 +01:00
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz
- tar xfv hugo.tgz
- git submodule init
- git submodule update
- ./hugo --gc=true